1
0
Fork 0
arangodb/js/apps/system/_system/cerberus/APP/manifest.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"
}
}