-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
37
38
39
40
41
42
43
44
45
{
"name": "@remobile/react-native-cocos2dx",
"version": "1.0.4",
"description": "A react-native wrapper cocos2dx html5",
"main": "index.js",
"bin": {
"genccresource": "bin/genres.js",
"genccrender": "bin/genrender.js"
},
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"game",
"canvas",
"webgl",
"cocos2d",
"cocos2dx",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-cocos2dx",
"bugs": {
"url": "https://github.com/remobile/react-native-cocos2dx/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-cocos2dx.git"
},
"dependencies": {
"react-native-fs": "git://github.com/remobile/react-native-fs.git",
"react-native-webview-bridge": "^0.33.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^2.1.0"
}
}