-
Notifications
You must be signed in to change notification settings - Fork 1
/
webgme-setup.json
75 lines (75 loc) · 1.87 KB
/
webgme-setup.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"components": {
"addons": {},
"decorators": {},
"layouts": {
"AnalyzerToolbar": {
"src": "src/layouts/AnalyzerToolbar"
}
},
"plugins": {
"ImportSpaceEx": {
"src": "src/plugins/ImportSpaceEx",
"test": "test/plugins/ImportSpaceEx"
},
"ExportSpaceEx": {
"src": "src/plugins/ExportSpaceEx",
"test": "test/plugins/ExportSpaceEx"
},
"ImportSpaceExConfig": {
"src": "src/plugins/ImportSpaceExConfig",
"test": "test/plugins/ImportSpaceExConfig"
},
"ExportSpaceExConfig": {
"src": "src/plugins/ExportSpaceExConfig",
"test": "test/plugins/ExportSpaceExConfig"
},
"HyST": {
"src": "src/plugins/HyST",
"test": "test/plugins/HyST"
},
"DockerAnalysisExecuter": {
"src": "src/plugins/DockerAnalysisExecuter",
"test": "test/plugins/DockerAnalysisExecuter"
}
},
"routers": {
"HyST": {
"src": "src/routers/HyST",
"test": "test/routers/HyST",
"mount": "routers/HyST"
}
},
"seeds": {
"SpaceEx": {
"src": "src/seeds/SpaceEx"
},
"HySTBase": {
"src": "src/seeds/HySTBase"
}
},
"visualizers": {
"AnalyzerToolbox": {
"src": "panels/AnalyzerToolbox/AnalyzerToolboxPanel",
"title": "AnalyzerToolbox",
"panel": "src/visualizers/panels/AnalyzerToolbox",
"secondary": true,
"widget": "src/visualizers/widgets/AnalyzerToolbox"
}
}
},
"dependencies": {
"addons": {},
"decorators": {
"MultilineAttributeDecorator": {
"project": "ui-components",
"path": "node_modules/ui-components/src/decorators/MultilineAttributeDecorator"
}
},
"layouts": {},
"plugins": {},
"routers": {},
"seeds": {},
"visualizers": {}
}
}