mirror of https://gitee.com/bigwinds/arangodb
152 lines
5.2 KiB
JSON
152 lines
5.2 KiB
JSON
{
|
|
"name": "aardvark",
|
|
"description": "ArangoDB Admin Web Interface",
|
|
"author": "Heiko Kernbach, Michael Hackstein, moonglum",
|
|
"version": "1.0",
|
|
"isSystem": true,
|
|
|
|
"controllers": {
|
|
"/": "aardvark.js"
|
|
},
|
|
|
|
"assets": {
|
|
"index.html": {
|
|
"files": [
|
|
"index.html"
|
|
]
|
|
},
|
|
|
|
"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/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/**",
|
|
"frontend/js/collections/**",
|
|
"frontend/js/views/**",
|
|
"frontend/js/routers/router.js",
|
|
"frontend/js/routers/startApp.js"
|
|
]
|
|
},
|
|
|
|
"libs.js": {
|
|
"files": [
|
|
"frontend/js/lib/jquery-1.8.3.js",
|
|
"frontend/js/lib/jquery-ui-1.9.2.custom.js",
|
|
"frontend/js/lib/jquery.dataTables.js",
|
|
"frontend/js/lib/jquery.autogrow.js",
|
|
"frontend/js/lib/jquery.jeditable.js",
|
|
"frontend/js/lib/jquery.jeditable.autogrow.js",
|
|
"frontend/js/lib/jquery.snippet.js",
|
|
"frontend/js/lib/jquery.gritter.js",
|
|
"frontend/js/lib/jquery.slideto.min.js",
|
|
"frontend/js/lib/jquery.wiggle.min.js",
|
|
"frontend/js/lib/jquery.ba-bbq.min.js",
|
|
"frontend/js/lib/jquery.contextmenu.js",
|
|
"frontend/js/lib/handlebars-1.0.rc.1.js",
|
|
"frontend/js/lib/underscore.js",
|
|
"frontend/js/lib/backbone.js",
|
|
"frontend/js/lib/d3.v3.min.js",
|
|
"frontend/js/lib/nv.d3.js",
|
|
"frontend/js/lib/d3.fisheye.js",
|
|
"frontend/js/lib/ColVis.js",
|
|
"frontend/js/lib/ejs_fulljslint.js",
|
|
"frontend/js/lib/ejs_0.9_alpha_1_production.js",
|
|
"frontend/js/lib/bootstrap.js",
|
|
"frontend/js/lib/bootstrap-pagination.js",
|
|
"frontend/js/lib/jqconsole.min.js",
|
|
"frontend/js/lib/splitter.js",
|
|
"frontend/js/lib/swagger.js",
|
|
"frontend/js/lib/swagger-ui.js",
|
|
"frontend/js/lib/highlight.7.3.pack.js"
|
|
]
|
|
},
|
|
|
|
"css/style.css": {
|
|
"files": [
|
|
"frontend/css/openSansFont.css",
|
|
"frontend/css/swagger/hightlight.default.css",
|
|
"frontend/css/bootstrap.css",
|
|
"frontend/css/arangodbIcons.css",
|
|
"frontend/css/bootstrap-glyphicons.css",
|
|
"frontend/css/jquery-ui-1.9.2.custom.css",
|
|
"frontend/css/layout.css",
|
|
"frontend/css/jquery.dataTables.css",
|
|
"frontend/css/nv.d3.css",
|
|
"frontend/css/navigationView.css",
|
|
"frontend/css/footerView.css",
|
|
"frontend/css/shellView.css",
|
|
"frontend/css/queryView.css",
|
|
"frontend/css/dashboardView.css",
|
|
"frontend/css/logsView.css",
|
|
"frontend/css/collectionsView.css",
|
|
"frontend/css/collectionsItemView.css",
|
|
"frontend/css/collectionView.css",
|
|
"frontend/css/documentsView.css",
|
|
"frontend/css/documentView.css",
|
|
"frontend/css/databaseView.css",
|
|
"frontend/css/documentSourceView.css",
|
|
"frontend/css/swaggerView.css",
|
|
"frontend/css/foxxView.css",
|
|
"frontend/css/graphView.css",
|
|
"frontend/css/loginView.css",
|
|
"frontend/css/dbSelectionView.css",
|
|
"frontend/css/jquery.snippet.css",
|
|
"frontend/css/jquery.gritter.css",
|
|
"frontend/css/modal.css",
|
|
"frontend/css/ansi.css",
|
|
"frontend/css/graphlayout.css",
|
|
"frontend/css/datatables.css",
|
|
"frontend/css/api.css",
|
|
"frontend/css/general.css",
|
|
"frontend/css/buttons.css",
|
|
"frontend/css/screenSizes.css",
|
|
"frontend/ttf/arangofont/style.css"
|
|
]
|
|
}
|
|
},
|
|
|
|
"files": {
|
|
"/favicon.ico" : "favicon.ico",
|
|
"/api-docs.json": "api-docs.json",
|
|
"/api-docs": "api-docs",
|
|
"/fonts": "frontend/fonts",
|
|
"/img" : "frontend/img",
|
|
"/js/templates" : "frontend/js/templates",
|
|
"/js/arango/aqltemplates.json" : "frontend/aqltemplates.json",
|
|
"/" : "frontend/src"
|
|
},
|
|
|
|
"lib": "."
|
|
}
|