-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
55 lines (55 loc) · 1.76 KB
/
metadata.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
47
48
49
50
51
52
53
54
55
{
"icon": "microcks.svg",
"ui": {
"dashboard-tab": {
"title": "Microcks",
"root": "/ui",
"src": "index.html"
}
},
"vm": {
"composefile": "docker-compose.yaml"
},
"host": {
"binaries": [
{
"darwin": [{ "path": "/host/unix/createvolumes.sh" }],
"linux": [{ "path": "/host/unix/createvolumes.sh" }],
"windows": [{ "path": "/host/windows/createvolumes.bat" }]
},
{
"darwin": [{ "path": "/host/unix/readconf.sh" }],
"linux": [{ "path": "/host/unix/readconf.sh" }],
"windows": [{ "path": "/host/windows/readconf.bat" }]
},
{
"darwin": [{ "path": "/host/unix/readhome.sh" }],
"linux": [{ "path": "/host/unix/readhome.sh" }],
"windows": [{ "path": "/host/windows/readhome.bat" }]
},
{
"darwin": [{ "path": "/host/unix/writeconf.sh" }],
"linux": [{ "path": "/host/unix/writeconf.sh" }],
"windows": [{ "path": "/host/windows/writeconf.bat" }]
},
{
"windows": [{ "path": "/host/windows/writefeatures.bat" }]
},
{
"darwin": [{ "path": "/host/unix/writeproperties.sh" }],
"linux": [{ "path": "/host/unix/writeproperties.sh" }],
"windows": [{ "path": "/host/windows/writeproperties.bat" }]
},
{
"darwin": [{ "path": "/host/templates/application.properties" }],
"linux": [{ "path": "/host/templates/application.properties" }],
"windows": [{ "path": "/host/templates/application.properties" }]
},
{
"darwin": [{ "path": "/host/templates/features.properties" }],
"linux": [{ "path": "/host/templates/features.properties" }],
"windows": [{ "path": "/host/templates/features.properties" }]
}
]
}
}