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

17 lines
228 B
JSON

{
"name": "gharial",
"description": "ArangoDB Graph Module",
"author": "Michael Hackstein",
"version": "0.1",
"isSystem": true,
"controllers": {
"/": "gharial.js"
},
"defaultDocument": "",
"lib": "."
}