{
  "name": "wetty.js",
  "version": "0.3.0",
  "dependencies": {
    "express": "^4.15.3",
    "optimist": "^0.6",
    "pty.js": "^0.3.1",
    "serve-favicon": "^2.4.3",
    "socket.io": "^1.3.7"
  },
  "devDependencies": {
    "eslint": "3.16.1",
    "eslint-config-standard": "6.2.1",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-standard": "2.1.0",
    "grunt": "^0.4",
    "grunt-contrib-clean": "^0.6",
    "grunt-git": "^0.3",
    "grunt-mkdir": "^0.1",
    "grunt-shell": "^1.1",
    "load-grunt-tasks": "^3.0"
  },
  "description": "Wetty = Web + tty. Terminal access in browser over http/https ",
  "repository": {
    "type": "git",
    "url": "git://github.com/butlerx/wetty.git"
  },
  "author": "Cian Butler <butlerx@notthe.cloud> (https://github.com/butlerx)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/butlerx/wetty/issues"
  },
  "homepage": "https://github.com/butlerx/wetty",
  "preferGlobal": "true",
  "main": "app.js",
  "bin": {
    "wetty": "./bin/wetty.js"
  },
  "files": [
    "bin",
    "public"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build": "grunt",
    "start": "node app.js"
  }
}