-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 939 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
{
"name": "nko4-los-manos",
"version": "0.0.0",
"description": "los manos",
"main": "server.js",
"scripts": {
"postinstall": "browserify client.js -o public/bundle.js -s client",
"start": "browserify client.js -o public/rbundle.js -s client && node server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:nko4/los-manos.git"
},
"dependencies": {
"nko": "*",
"film": "~2.1.0",
"ecstatic": "~0.4.12",
"browserify": "~2.35.1",
"hyperstream": "",
"watchify": "~0.3.0",
"through": "~2.3.4",
"level": "~0.17.0-1",
"level-sublevel": "~5.1.1",
"hyperquest": "~0.1.8",
"brfs": "0.0.8",
"uuid": "~1.4.1",
"uxer": "",
"jbuffers": "",
"engine.io-stream": "~0.4.1",
"level-live-stream": "~1.4.7",
"reconnect": "~1.5.2",
"monotonic-timestamp": "0.0.8",
"drag-and-drop-files": "0.0.1"
},
"engines": {
"node": "0.10.x"
}
}