forked from cocos2d/cocos2d-html5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 817 Bytes
/
bower.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
{
"name": "cocos2d-html5",
"homepage": "http://www.cocos2d-x.org",
"authors": [
"AUTHORS.txt"
],
"description": "Cocos2d-html5 is a cross-platform 2D game engine written in Javascript, based on Cocos2d-X and licensed under MIT. It incorporates the same high level api as “Cocos2d JS-binding engine” and compatible with Cocos2d-X. It currently supports canvas and WebGL renderering.",
"main": "README.mdown",
"keywords": [
"cocos2d-x",
"cocos2d",
"game",
"engine",
"opengl",
"cross",
"multi",
"platform",
"iphone",
"ipad",
"android",
"windows",
"metro",
"bada",
"marmalade",
"playbook"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}