-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 789 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 789 Bytes
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
{
"name": "invadeNoVNC",
"version": "0.0.1",
"description": "An HTML5 VNC client connecting to the screeninvader buildserver",
"scripts": {
"start": "watchify js/index.js -o js/bundle.js -v"
},
"repository": {
"type": "git",
"url": "https://github.com/screeninvader/invadeNoVNC.git"
},
"author": "Metalab <metalab@lists.metalab.at>",
"contributors": [
{
"name": "jascha ehrenreich",
"email": "jascha@jaeh.at",
"github": "jaeh"
}
],
"license": "AGPL",
"bugs": {
"url": "https://github.com/screeninvader/invadeNoVNC/issues"
},
"homepage": "https://github.com/screeninvader/invadeNoVNC",
"dependencies": {
"novnc-node": "^0.5.1"
},
"devDependencies": {
"browserify": "^9.0.8",
"watchify": "^3.1.2"
}
}