1
0
Fork 0
arangodb/js/apps/system/cerberus/manifest.json

32 lines
494 B
JSON

{
"name": "cerberus",
"version": "0.0.1",
"author": "gschwab",
"isSystem": true,
"controllers": {
"/": "cerberus.js"
},
"assets": {
"changePassword.html": {
"files": [
"html/changePassword.html"
]
},
"confirmed.html": {
"files": [
"html/confirmed.html"
]
},
"invalid.html": {
"files": [
"html/invalid.html"
]
},
"style.css": {
"files": [
"css/style.css"
]
}
}
}