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