12345678910111213141516171819202122 |
- {
- "name": "budinggame",
- "version": "1.0.0",
- "description": "布丁弾一弹",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "CocosCreator --path . --build 'configPath=settings/builder'"
- },
- "repository": {
- "type": "git",
- "url": "http://svn.ouj.com:3000/DWG/budingGame.git"
- },
- "keywords": [
- "cocos"
- ],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "imageoptim-cli": "^2.0.3"
- }
- }
|