-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "phaser-node-kit",
"version": "2.2.0",
"description": "Rapid Game Development with PhaserJS and Node for Modern Browsers",
"preferGlobal": true,
"bin": {
"pnkit": "cli.js",
"light-server": "node_modules/.bin/light-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/develephant/phaser-node-kit.git"
},
"keywords": [
"phaser",
"phaserjs",
"game",
"gamedev",
"browserify",
"bundle",
"scaffold",
"framework",
"html5",
"mobile"
],
"author": "develephant <code@develephant> (http://www.develephant.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/develephant/phaser-node-kit/issues"
},
"homepage": "https://github.com/develephant/phaser-node-kit#readme",
"devDependencies": {},
"dependencies": {
"argparse": "^1.0.9",
"browserify": "^14.1.0",
"colors": "^1.1.2",
"fs-extra": "^2.1.2",
"light-server": "^2.0.1",
"node-watch": "^0.5.2",
"opn": "^5.1.0",
"phaser-ce": "^2.7.7",
"simple-get": "^2.4.0"
},
"engines": {
"node": ">=6.0.0"
},
"directories": {
"doc": "docs"
}
}