-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 991 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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 <[email protected]>",
"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"
}
}