-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
35 lines (35 loc) · 1018 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
{
"name": "novnc-node",
"title": "noVNC-node",
"version": "0.5.4-pre",
"description": "Fork of noVNC for Node/browserify by eFace2Face, Inc.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/eface2face/noVNC-node.git"
},
"author": "Iñaki Baz Castillo at eFace2Face, inc. (http://eface2face.com)",
"engines": {
"node": ">=0.10.32"
},
"license": "MPL 2.0",
"copyright": "Copyright (C) 2011 Joel Martin <[email protected]>",
"homepage": "https://github.com/eface2face/noVNC-node",
"dependencies": {
"bowser": "^0.7.2",
"debug": "^2.2.0"
},
"devDependencies": {
"antiglobal": "^0.1.2",
"browserify": "^8.1.3",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-expect-file": "0.0.7",
"gulp-filelog": "^0.4.1",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.9.2",
"gulp-nodeunit-runner": "^0.2.2",
"gulp-rename": "^1.2.2",
"jshint-stylish": "^1.0.1",
"vinyl-transform": "^1.0.0"
}
}