mirror of https://gitee.com/bigwinds/arangodb
35 lines
666 B
JSON
35 lines
666 B
JSON
{
|
|
"name": "cerberus",
|
|
"description": "Password Manager",
|
|
"author": "ArangoDB GmbH",
|
|
"version": "0.0.1",
|
|
"license": "Apache License, Version 2.0",
|
|
"isSystem": true,
|
|
"engines": {
|
|
"arangodb": "^2.8.0"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arangodb/arangodb.git"
|
|
},
|
|
|
|
"contributors": [
|
|
{
|
|
"name": "Guido Schwab",
|
|
"email": "g.Schwab@triagens.de"
|
|
}
|
|
],
|
|
|
|
"controllers": {
|
|
"/": "cerberus.js"
|
|
},
|
|
|
|
"files": {
|
|
"changePassword.html": "html/changePassword.html",
|
|
"confirmed.html": "html/confirmed.html",
|
|
"invalid.html": "html/invalid.html",
|
|
"style.css": "css/style.css"
|
|
}
|
|
}
|