-
Notifications
You must be signed in to change notification settings - Fork 4
/
webgme-setup.json
47 lines (47 loc) · 1.13 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
{
"components": {
"plugins": {
"PythonBindings": {
"src": "src/plugins/PythonBindings",
"test": "test/plugins/PythonBindings"
},
"PythonBindingsError": {
"src": "src/plugins/PythonBindingsError",
"test": "test/plugins/PythonBindingsError"
},
"PythonFileIO": {
"src": "src/plugins/PythonFileIO",
"test": "test/plugins/PythonFileIO"
},
"PythonBindingsWait": {
"src": "src/plugins/PythonBindingsWait",
"test": "test/plugins/PythonBindingsWait"
},
"PythonExtraFunctions": {
"src": "src/plugins/PythonExtraFunctions",
"test": "test/plugins/PythonExtraFunctions"
}
},
"routers": {
"BindingsDocs": {
"src": "src/routers/BindingsDocs",
"test": "test/routers/BindingsDocs",
"mount": "bindings-docs"
}
},
"addons": {},
"decorators": {},
"layouts": {},
"seeds": {},
"visualizers": {}
},
"dependencies": {
"plugins": {},
"routers": {},
"addons": {},
"decorators": {},
"layouts": {},
"seeds": {},
"visualizers": {}
}
}