forked from inolen/quakejs
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 731 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 731 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": "quakejs",
"version": "0.0.1",
"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"
}
}