cocos2d-coffee
Version:
use coffeescript to develop cocos2d-js project.
32 lines (31 loc) • 714 B
JSON
{
"name": "cocos2d-coffee",
"version": "2.0.1",
"description": "use coffeescript to develop cocos2d-js project.",
"bin": {
"coco": "./bin/coco"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/livingyang/cocos2d-coffee.git"
},
"keywords": [
"cocos2d",
"coffeescript"
],
"author": "livingyang",
"license": "MIT",
"bugs": {
"url": "https://github.com/livingyang/cocos2d-coffee/issues"
},
"homepage": "https://github.com/livingyang/cocos2d-coffee",
"dependencies": {
"coffee-script": "^1.7.1",
"commander": "~2.3.0",
"ncp": "^0.6.0",
"gaze": "~0.5.1"
}
}