1
0
Fork 0
arangodb/js/apps/system/_api/foxx/APP/manifest.json

26 lines
412 B
JSON

{
"name": "foxx-manager",
"description": "Foxx management service.",
"author": "ArangoDB GmbH",
"version": "3.1.0",
"license": "Apache-2.0",
"engines": {
"arangodb": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [
{
"name": "Alan Plum",
"email": "me@pluma.io"
}
],
"main": "index.js"
}