mirror of https://gitee.com/bigwinds/arangodb
38 lines
593 B
JSON
38 lines
593 B
JSON
{
|
|
"name": "users",
|
|
"description": "Username-based user storage for Foxx.",
|
|
"author": "ArangoDB GmbH",
|
|
"version": "1.0.0",
|
|
"license": "Apache License, Version 2.0",
|
|
"isSystem": true,
|
|
"engines": {
|
|
"arangodb": "^3.0.0"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arangodb/arangodb.git"
|
|
},
|
|
|
|
"contributors": [
|
|
{
|
|
"name": "Alan Plum",
|
|
"email": "me@pluma.io"
|
|
}
|
|
],
|
|
|
|
"exports": {
|
|
"userStorage": "storage.js"
|
|
},
|
|
|
|
"defaultDocument": "",
|
|
|
|
"lib": ".",
|
|
|
|
"scripts": {
|
|
"setup": "setup.js"
|
|
},
|
|
|
|
"tests": "test/**"
|
|
}
|