-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (44 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "package-asset",
"version": "0.0.1",
"description": "导入导出资源插件",
"author": "Knox",
"main": "main.js",
"scene-script": "scene-walker.js",
"panel.export": {
"main": "panel/export/index.js",
"type": "dockable",
"title": "Export Asset",
"min-width": 400,
"max-width": 400,
"width": 400,
"min-height": 480,
"max-height": 480,
"height": 480,
"profiles": {
"local": {
"current-resource": "",
"export-resource-path": "",
"select-all": false,
"folded-all": true
}
}
},
"panel.import": {
"main": "panel/import/index.js",
"type": "dockable",
"title": "Import Asset",
"min-width": 450,
"max-width": 450,
"width": 450,
"min-height": 510,
"max-height": 510,
"height": 510,
"profiles": {
"local": {
"import-folder-path": "",
"out-path": ""
}
}
}
}