forked from robterrell/cocos2d-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (19 loc) · 681 Bytes
/
package.json
File metadata and controls
25 lines (19 loc) · 681 Bytes
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
{ "name": "cocos2d"
, "author": "Ryan Williams <ryan@cocos2d-javascript.org>"
, "description": "Port of the Cocos2D graphics engine to HTML5"
, "version": "0.2.0-rc1"
, "homepage": "http://cocos2d-javascript.org/"
, "engines": { "node": ">= 0.4.0"
}
, "repository": { "type" : "git"
, "url" : "https://github.com/ryanwilliams/cocos2d-javascript.git"
}
, "bin": { "cocos": "./bin/cocos.js"
}
, "licenses": [{ "type": "MIT"
, "url": "https://github.com/ryanwilliams/cocos2d-javascript/blob/master/LICENSE"
}]
, "dependencies": { "jah": ">= 0.4.0"
}
, "preferGlobal": true
}