1
0
Fork 0
arangodb/js/apps/system/_api/foxx/APP/manifest.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"
}