1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "build-helper",
- "version": "0.0.1",
- "description": "编译过程中处理一些操作",
- "author": "wetiontop@gamil.com",
- "main": "main.js",
- "scene-script": "scene-walker.js",
- "main-menu": {
- "i18n:MAIN_MENU.package.title/i18n:build-helper.title": {
- "message": "build-helper:open"
- }
- },
- "panel": {
- "main": "panel/index.js",
- "type": "dockable",
- "title": "i18n:build-helper.title",
- "width": 700,
- "height": 500,
- "min-width": 700,
- "min-height": 500
- },
- "profiles": {
- "local": {
- "scrollTop": 0,
- "module": "assets-hotupdate-setting"
- }
- },
- "reload": {
- "ignore": [
- "**/*.md",
- "docs/*.*"
- ]
- }
- }
|