32 lines
863 B
JSON
32 lines
863 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"url": "/",
|
|
"role": [ "admin" ],
|
|
"controller" : "/dashboard/DashboardsController",
|
|
"method": "index"
|
|
}
|
|
],
|
|
"models": [
|
|
],
|
|
"views": [
|
|
"visualisers/SpaceView"
|
|
],
|
|
"controllerDependencies": [
|
|
"/helpers/basicDialogs",
|
|
"/helpers/validators",
|
|
"/helpers/activeAttributes",
|
|
"/thirdparty/Threetobus/three.module",
|
|
"/thirdparty/Threetobus/OrbitControls.module",
|
|
"/thirdparty/Threetobus/tween.module",
|
|
"/thirdparty/Threetobus/threetobus.module"
|
|
],
|
|
"assets": {
|
|
"styles": [
|
|
],
|
|
"json": [
|
|
{"id":"agentDefs", "name": "agents/basic3D.json"},
|
|
{"id":"eventsMapping", "name": "threetobus/eventsMapping.json"}
|
|
]
|
|
}
|
|
} |