forked from inolen/quakejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 1.04 KB
/
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": "quakejs",
"version": "0.0.1",
"scripts": {
"setup": "git submodule init && git submodule update",
"start": "node bin/web.js --config ./web.json",
"commit": "gitmoji -c"
},
"bin": {
"quakejs-content": "bin/content.js",
"quakejs-master": "bin/master.js",
"quakejs-repak": "bin/repak.js"
},
"repository": {
"type": "git",
"url": "git://github.com/inolen/quakejs.git"
},
"author": "Anthony Pesch",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "~0.2.9",
"buffer-crc32": "~0.2.1",
"ejs": "~0.8.4",
"execSync": "~1.0.1-pre",
"express": "~3.3.5",
"http-proxy": "^1.18.1",
"optimist": "~0.6.0",
"quakejs-files": "0.0.3",
"send": "^0.16.2",
"temp": "~0.5.1",
"underscore": "~1.5.1",
"winston": "2.4.0",
"wrench": "~1.5.4",
"ws": "~0.4.29"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}