-
Notifications
You must be signed in to change notification settings - Fork 126
/
package.json
57 lines (57 loc) · 1.43 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"author": {
"name": "Game Closure"
},
"name": "devkit",
"keywords": "HTML 5 game sdk platform mobile browser javascript ios android",
"description": "HTML 5 game platform for browser and mobile",
"version": "3.1.3",
"homepage": "http://github.com/gameclosure/",
"repository": {
"url": "https://github.com/gameclosure/devkit.git"
},
"bin": {
"devkit": "./src/devkit.js"
},
"dependencies": {
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"chalk": "^1.1.1",
"compression": "^1.5.2",
"express": "^4.13.3",
"ff": "^0.2.1",
"filesize": "^3.1.3",
"fs-extra": "^0.24.0",
"js-yaml": "^3.4.0",
"jsio": "^2.2.4",
"lockfile": "^1.0.0",
"mime": "^1.3.4",
"open": "0.0.5",
"optimist": "0.6.1",
"path-extra": "^1.0.3",
"printf": "^0.2.3",
"semver": "^4.3.6",
"socket.io": "^1.3.6"
},
"main": "src/devkit.js",
"scripts": {
"postinstall": "sh scripts/postinstall.sh",
"test": "mocha --reporter spec --recursive -C ./tests",
"prepublish": "npm test && gulp publish"
},
"devDependencies": {
"express-debug": "^1.1.0",
"gulp": "^3.9.0",
"gulp-debug": "^2.1.0",
"gulp-filter": "^3.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.1",
"gulp-stylus": "^2.0.6",
"mocha": "^2.0.1",
"nib": "^1.1.0",
"squill": "0.0.2",
"stylus": "^0.51.1",
"uglify-js": "^2.4.24"
}
}