mirror of https://gitee.com/bigwinds/arangodb
78 lines
1.5 KiB
JSON
78 lines
1.5 KiB
JSON
{
|
|
"name": "aardvark",
|
|
"description": "ArangoDB Admin Web Interface",
|
|
"author": "ArangoDB GmbH",
|
|
"version": "3.0.0",
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": {
|
|
"arangodb": "^3.0.0-0 || ^3.0.0"
|
|
},
|
|
|
|
"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"
|
|
}
|
|
],
|
|
|
|
"main": "index.js",
|
|
"defaultDocument": "index.html",
|
|
|
|
"configuration": {
|
|
},
|
|
|
|
"files": {
|
|
"/css/sass.css": {
|
|
"path": "frontend/build/style-minified.css",
|
|
"gzip": true
|
|
},
|
|
"/css/style.css": {
|
|
"path": "frontend/build/extra-minified.css",
|
|
"gzip": true
|
|
},
|
|
"/ace.js": {
|
|
"path": "frontend/src/ace.min.js",
|
|
"gzip": true
|
|
},
|
|
"/app.js": {
|
|
"path": "frontend/build/app.min.js",
|
|
"gzip": true
|
|
},
|
|
"/templates.js": {
|
|
"path": "frontend/build/templates.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
|
|
}
|
|
}
|
|
}
|
|
|