-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
57 lines (57 loc) · 1.15 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
{
"name": "rapidgame",
"version": "1.0.6",
"description": "A cross-platform commandline tool that prebuilds cocos2d-x libraries for Windows, Mac, Linux, Android and iOS. Also a game templating system.",
"author": {
"name": "Nathanael Weiss",
"url": "http://wizardfu.com/"
},
"homepage": "http://github.com/NatWeiss/RapidGame",
"repository": {
"type": "git",
"url": "http://github.com/NatWeiss/RapidGame"
},
"bugs": {
"url": "https://github.com/NatWeiss/RapidGame/issues"
},
"license": "MIT",
"os": [
"darwin",
"linux",
"win32"
],
"preferGlobal": true,
"keywords": [
"unity",
"corona",
"cocos2d",
"game",
"development",
"project",
"creator"
],
"dependencies": {
"commander": "~2.2.0",
"glob": "~3.2.9",
"path-extra": "~1.0.0",
"replace": "~0.2.9",
"winreg": "0.0.12",
"wrench": "^1.5.8"
},
"main": "./rapidgame",
"bin": {
"rapidgame": "./bin/rapidgame"
},
"files": [
"bin",
"package.json",
"rapidgame.js",
"templates",
"docs",
"docs.html",
"CHANGELOG.txt",
"LICENSE",
"README.md",
"src/proj.android"
]
}