| 12345678910111213141516171819202122 |
- {
- "name": "test-tools",
- "version": "0.0.1",
- "description": "The package template for getting started.",
- "author": "Cocos Creator",
- "main": "main.js",
- "main-menu": {
- "i18n:MAIN_MENU.package.title/test-tools/open": {
- "message": "test-tools:open"
- },
- "i18n:MAIN_MENU.package.title/test-tools/hello": {
- "message": "test-tools:say-hello"
- }
- },
- "panel": {
- "main": "panel/index.js",
- "type": "dockable",
- "title": "test-tools",
- "width": 400,
- "height": 300
- }
- }
|