You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
518 B
24 lines
518 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|