{
  "name": "icon-generate",
  "version": "0.0.1",
  "description": "The package template for getting started.",
  "author": "Cocos Creator",
  "main": "main.js",
  "main-menu": {
    "i18n:MAIN_MENU.package.title/ICON生成器": {
      "message": "icon-generate:open-panel"
    }
  },
  "panel": {
    "main": "panel/index.js",
    "type": "dockable",
    "title": "icon-generate",
    "width": 430,
    "height": 150,
    "min-width": 430,
    "max-width": 430
  },
  "dependencies": {
    "images": "^3.2.3"
  }
}