-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
32 lines (32 loc) · 919 Bytes
/
plugin.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
{
"name": "SpineOpt",
"version": "0.1.5",
"base_path": "https://spine-tools.github.io/SpineOptPlugin/",
"description": "SpineOpt plugin for Spine Toolbox.",
"specifications": {
"Tool": [
{
"type": "path",
"relative": true,
"path": "specifications/Tool/run_spineopt.json"
},
{
"type": "path",
"relative": true,
"path": "specifications/Tool/load_template.json"
},
{
"type": "path",
"relative": true,
"path": "specifications/Tool/run_spineopt_detached.json"
}
],
"Exporter": [
{
"type": "path",
"relative": true,
"path": "specifications/Exporter/spineopt_to_table.json"
}
]
}
}