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

33 lines
525 B
JSON

{
"name": "gharial",
"description": "ArangoDB Graph Module",
"author": "ArangoDB GmbH",
"version": "0.1",
"license": "Apache License, Version 2.0",
"isSystem": true,
"engines": {
"arangodb": "^2.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [
{
"name": "Michael Hackstein",
"email": "m.hackstein@arangodb.com"
}
],
"controllers": {
"/": "gharial.js"
},
"defaultDocument": "",
"lib": "."
}