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