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

24 lines
339 B
JSON

{
"name": "gharial",
"description": "ArangoDB Graph Module",
"author": "ArangoDB GmbH",
"version": "0.1",
"isSystem": true,
"contributors": [
{
"name": "Michael Hackstein",
"email": "m.hackstein@arangodb.com"
}
],
"controllers": {
"/": "gharial.js"
},
"defaultDocument": "",
"lib": "."
}