mirror of https://gitee.com/bigwinds/arangodb
24 lines
339 B
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": "."
|
|
}
|
|
|