-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 979 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
{
"name": "nwk-socket.io",
"version": "1.0.0",
"description": "Node-WebKit running a Hapi server, hosting Socket.io to demonstrate how NWK must be configured for this.",
"homepage": "http://github.rainabba.me",
"bugs": "https://github.com/rainabba/nwk-socket.io/issues",
"author": {
"name": "Michael Richardson",
"email": "[email protected]",
"url": "http://google.com/+MichaelRainabbaRichardson"
},
"keywords": [
"socket.io",
"hapi",
"joi"
],
"single-instance": true,
"main" : "http://github.rainabba.me",
"node-main": "index.js",
"node-local": "rainabba.me",
"window": {
"show": true,
"toolbar": true,
"frame": true,
"position": "center",
"width": 1330,
"height": 770,
"min_width": 1330,
"min_height": 770,
"resizable": true,
"kiosk": false
},
"chromium-args": "--child-clean-exit",
"dependencies": {
"hapi": "^6.8.1",
"joi": "^4.7.0",
"socket.io": "^1.1.0"
}
}