21 lines
439 B
JSON
21 lines
439 B
JSON
|
{
|
||
|
"name": "spineset",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Sample-Package",
|
||
|
"author": "Sample",
|
||
|
"main": "main.js",
|
||
|
"scene-script": "scene-obtain.js",
|
||
|
"engineSupport": true,
|
||
|
"main-menu": {
|
||
|
"扩展/Create Spine": {
|
||
|
"message": "spineset:open-panel"
|
||
|
}
|
||
|
},
|
||
|
"panel": {
|
||
|
"main": "panel/index.js",
|
||
|
"type": "dockable",
|
||
|
"title": "Create Spine",
|
||
|
"width": 400,
|
||
|
"height": 350
|
||
|
}
|
||
|
}
|