1
0
Fork 0
arangodb/js/apps/system/_admin/aardvark/APP/manifest.json

127 lines
2.7 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": {
"/documentation.js": {
"path": "build/documentation.js",
"gzip": true
},
"/documentation.html": {
"path": "build/documentation-min.html",
"gzip": true
},
"/standalone.html": {
"path": "frontend/build/standalone-min.html",
"gzip": true
},
"/cluster.html": {
"path": "clusterFrontend/build/cluster-min.html",
"gzip": false
},
"/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.js",
"gzip": false
},
"/ace.js": {
"path": "frontend/src/ace.js",
"gzip": false
},
"/sharedLibs.js": {
"path": "build/sharedLibs.js",
"gzip": true
},
"/app.js": {
"path": "frontend/build/app.js",
"gzip": true
},
"/favicon.ico": {
"path": "favicon.ico",
"gzip": false
},
"/api-docs.json": {
"path": "api-docs.json",
"gzip": false
},
"/api-docs": {
"path": "api-docs",
"gzip": false
},
"/fonts": {
"path": "frontend/fonts",
"gzip": false
},
"/img": {
"path": "frontend/compressed-img",
"gzip": false
},
"/ammapLibs": {
"path": "frontend/js/lib/ammap/plugins/export/libs",
"gzip": false
},
"/data": {
"path": "frontend/data",
"gzip": false
},
"/js/arango/aqltemplates.json": {
"path": "frontend/aqltemplates.json",
"gzip": false
},
"/worker-json.js": {
"path": "frontend/src/worker-json.js",
"gzip": false
}
},
"lib": "."
}