testcraft-angular-no-vnc
Version:
noVNC port for angular.js
41 lines (40 loc) • 872 B
JSON
{
"name": "testcraft-angular-no-vnc",
"version": "0.11.0",
"description": "noVNC port for angular.js",
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"angular.js",
"noVNC",
"vnc",
"tightVNC",
"KVM",
"RDP"
],
"bin": {
"websockify": "./websockify/websockify.js"
},
"author": "",
"homepage": "https://github.com/test-craft/angular-noVNC",
"license": "MPL 2.0",
"dependencies": {
"bower": "1.3.12",
"optimist": "0.6.1",
"policyfile": "0.0.6",
"ws": "2.2.1"
},
"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"
}
}