find-assets/package.json

20 lines
442 B
JSON
Raw Permalink Normal View History

2022-03-31 01:00:38 +00:00
{
"name": "find-assets",
"version": "0.0.1",
"description": "The package template for getting started.",
"author": "zilone",
"main": "main.js",
"main-menu": {
"i18n:MAIN_MENU.package.title/i18n:find-assets.title": {
"message": "find-assets:open"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "find-assets",
"engineSupport": true,
"width": 500,
"height": 600
}
}