UNPKG

741 BJSONView Raw
1{
2 "name": "cocos2d-coffee",
3 "version": "0.1.3",
4 "description": "use coffeescript to develop cocos2d-js project.",
5 "bin": {
6 "coco": "./bin/coco"
7 },
8 "scripts": {
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/livingyang/cocos2d-coffee.git"
14 },
15 "keywords": [
16 "cocos2d",
17 "coffeescript"
18 ],
19 "author": "livingyang",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/livingyang/cocos2d-coffee/issues"
23 },
24 "homepage": "https://github.com/livingyang/cocos2d-coffee",
25 "dependencies": {
26 "coffee-script": "^1.7.1",
27 "commander": "~2.3.0",
28 "gulp": "^3.8.7",
29 "nconf": "^0.6.9",
30 "shelljs": "^0.3.0"
31 }
32}