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

27 lines
457 B
JSON

{
"name": "gharial",
"description": "ArangoDB Graph Module",
"author": "ArangoDB GmbH",
"version": "3.0.0",
"license": "Apache License, Version 2.0",
"engines": {
"arangodb": "^3.0.0-0 || ^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [
{
"name": "Michael Hackstein",
"email": "m.hackstein@arangodb.com"
}
],
"main": "gharial.js"
}