2022-06-24 16:23:03 +00:00
|
|
|
{
|
|
|
|
"name": "cocos2d-x-lite",
|
2023-10-30 14:32:32 +00:00
|
|
|
"version": "2.4.12",
|
2022-06-24 16:23:03 +00:00
|
|
|
"description": "Cocos2d-x, compact version",
|
|
|
|
"main": "gulpfile.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"async": "^2.6.1",
|
|
|
|
"chalk": "^2.4.1",
|
|
|
|
"download": "^6.2.5",
|
|
|
|
"fs-extra": "0.30.0",
|
|
|
|
"ftp": "0.3.10",
|
2023-10-30 14:32:32 +00:00
|
|
|
"gulp": "3.9.1",
|
2022-06-24 16:23:03 +00:00
|
|
|
"gulp-sequence": "0.4.5",
|
|
|
|
"gulp-zip": "3.2.0",
|
|
|
|
"tree-kill": "^1.2.0"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/cocos-creator/cocos2d-x-lite.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/cocos-creator/cocos2d-x-lite/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/cocos-creator/cocos2d-x-lite#readme"
|
2022-07-05 07:07:28 +00:00
|
|
|
}
|