12345678910111213141516171819202122232425262728 |
- {
- "name": "aaa",
- "version": "0.0.1",
- "description": "The package template for getting started.",
- "author": "Cocos Creator",
- "main": "main.js",
- "main-menu": {
- "i18n:MAIN_MENU.package.title/aaa/open": {
- "message": "aaa:open"
- },
- "i18n:MAIN_MENU.package.title/aaa/hello": {
- "message": "aaa:say-hello"
- }
- },
- "panel": {
- "main": "panel/index.js",
- "type": "dockable",
- "title": "aaa",
- "width": 400,
- "height": 300
- },
- "reload": {
- "test": ["test/**/*", "tests/**/*"],
- "renderer": ["renderer/**/*", "panel/**/*"],
- "ignore": [],
- "main": ["main.js"]
- }
- }
|