mirror of https://gitee.com/bigwinds/arangodb
103 lines
2.2 KiB
JSON
103 lines
2.2 KiB
JSON
{
|
|
"name": "aardvark",
|
|
"description": "ArangoDB Admin Web Interface",
|
|
"author": "ArangoDB GmbH",
|
|
"version": "1.0",
|
|
"license": "Apache License, Version 2.0",
|
|
"isSystem": true,
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arangodb/arangodb.git"
|
|
},
|
|
|
|
"contributors": [
|
|
{
|
|
"name": "Heiko Kernbach",
|
|
"email": "heiko@arangodb.com"
|
|
},
|
|
{
|
|
"name": "Michael Hackstein",
|
|
"email": "m.hackstein@arangodb.com"
|
|
},
|
|
{
|
|
"name": "Lucas Dohmen",
|
|
"email": "lucas@arangodb.com"
|
|
}
|
|
],
|
|
|
|
"controllers": {
|
|
"/": "aardvark.js",
|
|
"/foxxes": "foxxes.js",
|
|
"/cluster": "cluster.js",
|
|
"/statistics": "statistics.js",
|
|
"/templates": "foxxTemplates.js"
|
|
},
|
|
|
|
"files": {
|
|
"/standalone.html": {
|
|
"path": "frontend/build/standalone-min.html",
|
|
"gzip": true
|
|
},
|
|
"/cluster.html": {
|
|
"path": "clusterFrontend/build/cluster-min.html",
|
|
"gzip": true
|
|
},
|
|
"/css/sass.css": {
|
|
"path": "frontend/build/style-minified.css",
|
|
"gzip": true
|
|
},
|
|
"/css/style.css": {
|
|
"path": "build/extra-minified.css",
|
|
"gzip": true
|
|
},
|
|
"/css/cluster.css": {
|
|
"path": "clusterFrontend/build/cluster-minified.css",
|
|
"gzip": true
|
|
},
|
|
"/css/cluster2.css": {
|
|
"path": "clusterFrontend/build/style-minified.css",
|
|
"gzip": true
|
|
},
|
|
"/cluster.js": {
|
|
"path": "clusterFrontend/build/cluster.min.js",
|
|
"gzip": true
|
|
},
|
|
"/ace.js": {
|
|
"path": "frontend/src/ace.min.js",
|
|
"gzip": true
|
|
},
|
|
"/sharedLibs.js": {
|
|
"path": "build/sharedLibs.min.js",
|
|
"gzip": true
|
|
},
|
|
"/arangoes5.js": {
|
|
"path": "frontend/build/arangoes5.min.js",
|
|
"gzip": true
|
|
},
|
|
"/app.js": {
|
|
"path": "frontend/build/app.min.js",
|
|
"gzip": true
|
|
},
|
|
"/libs.js": {
|
|
"path": "frontend/build/libs.min.js",
|
|
"gzip": true
|
|
},
|
|
"/favicon.ico": {
|
|
"path": "favicon.ico",
|
|
"gzip": false
|
|
},
|
|
"/fonts": "frontend/fonts",
|
|
"/img": "frontend/compressed-img",
|
|
"/data": "frontend/data",
|
|
"/js/arango/aqltemplates.json": "frontend/aqltemplates.json",
|
|
"/worker-json.js": {
|
|
"path": "frontend/src/worker-json.js",
|
|
"gzip": true
|
|
}
|
|
},
|
|
|
|
"lib": "."
|
|
}
|
|
|