mirror of https://gitee.com/bigwinds/arangodb
300 lines
12 KiB
JSON
300 lines
12 KiB
JSON
{
|
|
"name": "aardvark",
|
|
"description": "ArangoDB Admin Web Interface",
|
|
"author": "Heiko Kernbach, Michael Hackstein, moonglum",
|
|
"version": "1.0",
|
|
"isSystem": true,
|
|
|
|
"controllers": {
|
|
"/": "aardvark.js",
|
|
"/cluster": "cluster.js",
|
|
"/statistics": "statistics.js"
|
|
},
|
|
|
|
"assets": {
|
|
"index.html": {
|
|
"files": [
|
|
"frontend/html/redirect.html"
|
|
]
|
|
},
|
|
|
|
"standalone.html": {
|
|
"files": [
|
|
"frontend/html/start.html.part",
|
|
"frontend/html/head.html.part",
|
|
"frontend/js/templates/aboutView.ejs",
|
|
"frontend/js/templates/apiView.ejs",
|
|
"frontend/js/templates/appDocumentationView.ejs",
|
|
"frontend/js/templates/applicationsView.ejs",
|
|
"frontend/js/templates/arangoTabbar.ejs",
|
|
"frontend/js/templates/arangoTable.ejs",
|
|
"frontend/js/templates/collectionsItemView.ejs",
|
|
"frontend/js/templates/collectionsView.ejs",
|
|
"frontend/js/templates/dashboardDistributed.ejs",
|
|
"frontend/js/templates/dashboardHttpGroup.ejs",
|
|
"frontend/js/templates/dashboardView.ejs",
|
|
"frontend/js/templates/databaseView.ejs",
|
|
"frontend/js/templates/dbSelectionView.ejs",
|
|
"frontend/js/templates/documentSourceView.ejs",
|
|
"frontend/js/templates/documentsView.ejs",
|
|
"frontend/js/templates/documentView.ejs",
|
|
"frontend/js/templates/editListEntryView.ejs",
|
|
"frontend/js/templates/footerView.ejs",
|
|
"frontend/js/templates/foxxActiveView.ejs",
|
|
"frontend/js/templates/foxxEditView.ejs",
|
|
"frontend/js/templates/foxxInstalledView.ejs",
|
|
"frontend/js/templates/foxxListView.ejs",
|
|
"frontend/js/templates/foxxMountView.ejs",
|
|
"frontend/js/templates/graphManagementView.ejs",
|
|
"frontend/js/templates/graphView.ejs",
|
|
"frontend/js/templates/graphViewGroupByEntry.ejs",
|
|
"frontend/js/templates/lineChartDetailView.ejs",
|
|
"frontend/js/templates/loginView.ejs",
|
|
"frontend/js/templates/modalBase.ejs",
|
|
"frontend/js/templates/modalCollectionInfo.ejs",
|
|
"frontend/js/templates/modalGraph.ejs",
|
|
"frontend/js/templates/modalNewVersion.ejs",
|
|
"frontend/js/templates/modalTable.ejs",
|
|
"frontend/js/templates/navigationView.ejs",
|
|
"frontend/js/templates/newDashboardView.ejs",
|
|
"frontend/js/templates/newLogsView.ejs",
|
|
"frontend/js/templates/notificationItem.ejs",
|
|
"frontend/js/templates/notificationView.ejs",
|
|
"frontend/js/templates/queryView.ejs",
|
|
"frontend/js/templates/shellView.ejs",
|
|
"frontend/js/templates/statisticBarView.ejs",
|
|
"frontend/js/templates/testView.ejs",
|
|
"frontend/js/templates/userBarView.ejs",
|
|
"frontend/js/templates/userManagementView.ejs",
|
|
"frontend/html/body.html.part",
|
|
"frontend/html/scripts.html.part",
|
|
"frontend/html/end.html.part"
|
|
]
|
|
},
|
|
|
|
"ace.js": {
|
|
"files": [
|
|
"frontend/src/ace.js"
|
|
]
|
|
},
|
|
|
|
"app.js": {
|
|
"files": [
|
|
"frontend/js/graphViewer/graph/domObserverFactory.js",
|
|
"frontend/js/graphViewer/graph/webWorkerWrapper.js",
|
|
"frontend/js/graphViewer/graph/colourMapper.js",
|
|
"frontend/js/graphViewer/graph/forceLayouter.js",
|
|
"frontend/js/graphViewer/graph/eventLibrary.js",
|
|
"frontend/js/graphViewer/graph/eventDispatcher.js",
|
|
"frontend/js/graphViewer/graph/nodeShaper.js",
|
|
"frontend/js/graphViewer/graph/edgeShaper.js",
|
|
"frontend/js/graphViewer/graph/communityNode.js",
|
|
"frontend/js/graphViewer/graph/abstractAdapter.js",
|
|
"frontend/js/graphViewer/graph/arangoAdapter.js",
|
|
"frontend/js/graphViewer/graph/zoomManager.js",
|
|
"frontend/js/graphViewer/graph/modularityJoiner.js",
|
|
"frontend/js/graphViewer/graph/nodeReducer.js",
|
|
"frontend/js/graphViewer/ui/**",
|
|
"frontend/js/graphViewer/graphViewer.js",
|
|
"frontend/js/arango/arango.js",
|
|
"frontend/js/arango/templateEngine.js",
|
|
"frontend/js/shell/browser.js",
|
|
"frontend/js/config/dygraphConfig.js",
|
|
"frontend/js/config/newDygraphConfig.js",
|
|
"frontend/js/modules/org/arangodb/**",
|
|
"frontend/js/modules/org/arangodb-common.js",
|
|
"frontend/js/modules/org/arangodb.js",
|
|
"frontend/js/bootstrap/errors.js",
|
|
"frontend/js/bootstrap/monkeypatches.js",
|
|
"frontend/js/bootstrap/module-internal.js",
|
|
"frontend/js/client/bootstrap/module-internal.js",
|
|
"frontend/js/client/client.js",
|
|
"frontend/js/models/arangoCollectionModel.js",
|
|
"frontend/js/models/arangoDatabase.js",
|
|
"frontend/js/models/arangoDocument.js",
|
|
"frontend/js/models/arangoReplication.js",
|
|
"frontend/js/models/arangoSession.js",
|
|
"frontend/js/models/arangoStatisticsDescription.js",
|
|
"frontend/js/models/arangoStatistics.js",
|
|
"frontend/js/models/arangoUsers.js",
|
|
"frontend/js/models/currentDatabase.js",
|
|
"frontend/js/models/foxx.js",
|
|
"frontend/js/models/graph.js",
|
|
"frontend/js/models/newArangoLog.js",
|
|
"frontend/js/models/notification.js",
|
|
"frontend/js/collections/_paginatedCollection.js",
|
|
"frontend/js/collections/arangoCollections.js",
|
|
"frontend/js/collections/arangoDatabase.js",
|
|
"frontend/js/collections/arangoDocument.js",
|
|
"frontend/js/collections/arangoDocuments.js",
|
|
"frontend/js/collections/arangoReplication.js",
|
|
"frontend/js/collections/arangoStatisticsCollection.js",
|
|
"frontend/js/collections/arangoStatisticsDescriptionCollection.js",
|
|
"frontend/js/collections/arangoUsers.js",
|
|
"frontend/js/collections/foxxCollection.js",
|
|
"frontend/js/collections/graphCollection.js",
|
|
"frontend/js/collections/newArangoLogs.js",
|
|
"frontend/js/collections/notificationCollection.js",
|
|
"frontend/js/views/_paginationView.js",
|
|
"frontend/js/views/aboutView.js",
|
|
"frontend/js/views/apiView.js",
|
|
"frontend/js/views/appDocumentationView.js",
|
|
"frontend/js/views/applicationsView.js",
|
|
"frontend/js/views/collectionsItemView.js",
|
|
"frontend/js/views/collectionsView.js",
|
|
"frontend/js/views/dashboardView.js",
|
|
"frontend/js/views/databaseView.js",
|
|
"frontend/js/views/dbSelectionView.js",
|
|
"frontend/js/views/documentSourceView.js",
|
|
"frontend/js/views/documentsView.js",
|
|
"frontend/js/views/documentView.js",
|
|
"frontend/js/views/editListEntryView.js",
|
|
"frontend/js/views/footerView.js",
|
|
"frontend/js/views/foxxActiveListView.js",
|
|
"frontend/js/views/foxxActiveView.js",
|
|
"frontend/js/views/foxxEditView.js",
|
|
"frontend/js/views/foxxInstalledListView.js",
|
|
"frontend/js/views/foxxInstalledView.js",
|
|
"frontend/js/views/foxxMountView.js",
|
|
"frontend/js/views/graphManagementView.js",
|
|
"frontend/js/views/graphView.js",
|
|
"frontend/js/views/loginView.js",
|
|
"frontend/js/views/modalView.js",
|
|
"frontend/js/views/navigationView.js",
|
|
"frontend/js/views/newDashboardView.js",
|
|
"frontend/js/views/newLogsView.js",
|
|
"frontend/js/views/notificationView.js",
|
|
"frontend/js/views/queryView.js",
|
|
"frontend/js/views/shellView.js",
|
|
"frontend/js/views/statisticBarView.js",
|
|
"frontend/js/views/testView.js",
|
|
"frontend/js/views/userBarView.js",
|
|
"frontend/js/views/userManagementView.js",
|
|
"frontend/js/routers/router.js",
|
|
"frontend/js/routers/versionCheck.js",
|
|
"frontend/js/routers/startApp.js"
|
|
]
|
|
},
|
|
|
|
"sharedLibs.js": {
|
|
"files": [
|
|
"frontend/js/lib/jquery-2.1.0.min.js",
|
|
"frontend/js/lib/underscore.js",
|
|
"frontend/js/lib/backbone.js",
|
|
"frontend/js/lib/bootstrap.js"
|
|
]
|
|
},
|
|
|
|
"libs.js": {
|
|
"files": [
|
|
"frontend/js/lib/jquery-ui-1.9.2.custom.js",
|
|
"frontend/js/lib/jquery.dataTables.js",
|
|
"frontend/js/lib/jquery.snippet.js",
|
|
"frontend/js/lib/jquery.slideto.min.js",
|
|
"frontend/js/lib/jquery.wiggle.min.js",
|
|
"frontend/js/lib/jquery.contextmenu.js",
|
|
"frontend/js/lib/select2.min.js",
|
|
"frontend/js/lib/handlebars-1.0.rc.1.js",
|
|
"frontend/js/lib/underscore.js",
|
|
"frontend/js/lib/backbone.js",
|
|
"frontend/js/lib/jsoneditor-min.js",
|
|
"frontend/js/lib/d3.v3.min.js",
|
|
"frontend/js/lib/nv.d3.js",
|
|
"frontend/js/lib/strftime-min.js",
|
|
"frontend/js/lib/dygraph-combined.js",
|
|
"frontend/js/lib/d3.fisheye.js",
|
|
"frontend/js/lib/ColVis.js",
|
|
"frontend/js/lib/bootstrap-pagination.js",
|
|
"frontend/js/lib/jqconsole.min.js",
|
|
"frontend/js/lib/swagger.js",
|
|
"frontend/js/lib/swagger-ui.js",
|
|
"frontend/js/lib/highlight.7.3.pack.js",
|
|
"frontend/js/lib/md5.js"
|
|
]
|
|
},
|
|
|
|
"css/sass.css": {
|
|
"files": [
|
|
"frontend/scss/generated.css"
|
|
]
|
|
},
|
|
|
|
"css/style.css": {
|
|
"files": [
|
|
"frontend/css/swagger/hightlight.default.css",
|
|
"frontend/css/bootstrap.css",
|
|
"frontend/css/jquery-ui-1.9.2.custom.css",
|
|
"frontend/css/jquery.contextmenu.css",
|
|
"frontend/css/select2.css",
|
|
"frontend/css/jquery.dataTables.css",
|
|
"frontend/css/nv.d3.css",
|
|
"frontend/css/swaggerView.css",
|
|
"frontend/css/ansi.css",
|
|
"frontend/css/jsoneditor.css",
|
|
"frontend/ttf/arangofont/style.css"
|
|
]
|
|
},
|
|
|
|
"cluster.html": {
|
|
"files": [
|
|
"frontend/html/start.html.part",
|
|
"clusterFrontend/html/head.html.part",
|
|
"frontend/js/templates/footerView.ejs",
|
|
"frontend/js/templates/dashboardView.ejs",
|
|
"frontend/js/templates/newDashboardView.ejs",
|
|
"frontend/js/templates/modalBase.ejs",
|
|
"frontend/js/templates/modalGraph.ejs",
|
|
"frontend/js/templates/dashboardDistributed.ejs",
|
|
"frontend/js/templates/dashboardHttpGroup.ejs",
|
|
"frontend/js/templates/lineChartDetailView.ejs",
|
|
"clusterFrontend/js/templates/**",
|
|
"frontend/html/body.html.part",
|
|
"clusterFrontend/html/scripts.html.part",
|
|
"frontend/html/end.html.part"
|
|
]
|
|
},
|
|
|
|
"css/cluster.css": {
|
|
"files": [
|
|
"frontend/scss/cluster.css",
|
|
"frontend/scss/generated.css"
|
|
]
|
|
},
|
|
|
|
"cluster.js": {
|
|
"files": [
|
|
"clusterFrontend/js/models/**",
|
|
"clusterFrontend/js/collections/**",
|
|
"frontend/js/models/arangoDocument.js",
|
|
"frontend/js/models/arangoStatistics.js",
|
|
"frontend/js/models/arangoStatisticsDescription.js",
|
|
"frontend/js/collections/_paginatedCollection.js",
|
|
"frontend/js/collections/arangoStatisticsCollection.js",
|
|
"frontend/js/collections/arangoDocuments.js",
|
|
"frontend/js/arango/templateEngine.js",
|
|
"frontend/js/views/footerView.js",
|
|
"frontend/js/views/dashboardView.js",
|
|
"frontend/js/views/newDashboardView.js",
|
|
"frontend/js/views/modalView.js",
|
|
"frontend/js/config/dygraphConfig.js",
|
|
"frontend/js/config/newDygraphConfig.js",
|
|
"frontend/js/collections/arangoStatisticsDescriptionCollection.js",
|
|
"clusterFrontend/js/views/**",
|
|
"clusterFrontend/js/routers/**"
|
|
]
|
|
}
|
|
},
|
|
|
|
"files": {
|
|
"/favicon.ico" : "favicon.ico",
|
|
"/api-docs.json": "api-docs.json",
|
|
"/api-docs": "api-docs",
|
|
"/fonts": "frontend/fonts",
|
|
"/img" : "frontend/img",
|
|
"/js/arango/aqltemplates.json" : "frontend/aqltemplates.json",
|
|
"/" : "frontend/src"
|
|
},
|
|
|
|
"lib": "."
|
|
}
|