{
  "name": "angular-no-vnc",
  "version": "0.0.7",
  "description": "noVNC port for angular.js",
  "main": "Gulpfile.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "HOME=. ./node_modules/.bin/bower install --config.interactive=false"
  },
  "keywords": [
    "angular",
    "angular.js",
    "noVNC",
    "vnc",
    "tightVNC",
    "KVM",
    "RDP"
  ],
  "bin": {
    "websockify": "./websockify/websockify.js"
  },
  "author": "Nick Roshin <deneb808@gmail.com>",
  "homepage": "https://github.com/rootStar-lock/angular-noVNC",
  "license": "MPL 2.0",
  "dependencies": {
    "bower": "^1.3.12",
    "optimist": "latest",
    "policyfile": "latest",
    "ws": ">=0.4.27"
  },
  "devDependencies": {
    "gulp": "^3.8.8",
    "gulp-concat": "^2.4.0",
    "gulp-jshint": "^1.8.4",
    "gulp-livereload": "^2.1.1",
    "gulp-plato": "^1.0.1",
    "gulp-uglify": "^1.0.1",
    "gulp-webserver": "^0.8.0",
    "jshint-stylish": "^0.4.0"
  }
}
