rapidgame
Version:
A cross-platform commandline tool that prebuilds cocos2d-x libraries for Windows, Mac, Linux, Android and iOS. Also a game templating system.
58 lines (57 loc) • 1.18 kB
JSON
{
"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"
]
}