package.json 539 B

12345678910111213141516171819202122
  1. {
  2. "name": "budinggame",
  3. "version": "1.0.0",
  4. "description": "布丁弾一弹",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "CocosCreator --path . --build 'configPath=settings/builder'"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "http://svn.ouj.com:3000/DWG/budingGame.git"
  13. },
  14. "keywords": [
  15. "cocos"
  16. ],
  17. "author": "",
  18. "license": "ISC",
  19. "devDependencies": {
  20. "imageoptim-cli": "^2.0.3"
  21. }
  22. }