mirror of https://gitee.com/bigwinds/arangodb
26 lines
424 B
JSON
26 lines
424 B
JSON
{
|
|
"name": "foxx-manager",
|
|
"description": "Foxx management service.",
|
|
"author": "ArangoDB GmbH",
|
|
"version": "3.2.0",
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": {
|
|
"arangodb": "^3.2.0-0 || ^3.2.0"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arangodb/arangodb.git"
|
|
},
|
|
|
|
"contributors": [
|
|
{
|
|
"name": "Alan Plum",
|
|
"email": "me@pluma.io"
|
|
}
|
|
],
|
|
|
|
"main": "index.js"
|
|
}
|