mirror of https://gitee.com/bigwinds/arangodb
Adjusted authors and contributors for all system apps
This commit is contained in:
parent
14bc13bee6
commit
9726aebeba
|
@ -1,10 +1,25 @@
|
|||
{
|
||||
"name": "aardvark",
|
||||
"description": "ArangoDB Admin Web Interface",
|
||||
"author": "Heiko Kernbach, Michael Hackstein, moonglum",
|
||||
"author": "ArangoDB GmbH",
|
||||
"version": "1.0",
|
||||
"isSystem": true,
|
||||
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Heiko Kernbach",
|
||||
"email": "h.kernbach@triagens.de"
|
||||
},
|
||||
{
|
||||
"name": "Michael Hackstein",
|
||||
"email": "m.hackstein@arangodb.com"
|
||||
},
|
||||
{
|
||||
"name": "Lucas Dohmen",
|
||||
"email": "lucas@arangodb.com"
|
||||
}
|
||||
],
|
||||
|
||||
"controllers": {
|
||||
"/": "aardvark.js",
|
||||
"/cluster": "cluster.js",
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
{
|
||||
"name": "cerberus",
|
||||
"version": "0.0.1",
|
||||
"author": "gschwab",
|
||||
"author": "ArangoDB GmbH",
|
||||
"isSystem": true,
|
||||
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Guido Schwab",
|
||||
"email": "g.Schwab@triagens.de"
|
||||
}
|
||||
],
|
||||
|
||||
"controllers": {
|
||||
"/": "cerberus.js"
|
||||
},
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"name": "gharial",
|
||||
"description": "ArangoDB Graph Module",
|
||||
"author": "Michael Hackstein",
|
||||
"author": "ArangoDB GmbH",
|
||||
"version": "0.1",
|
||||
"isSystem": true,
|
||||
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Michael Hackstein",
|
||||
"email": "m.hackstein@arangodb.com"
|
||||
}
|
||||
],
|
||||
|
||||
"controllers": {
|
||||
"/": "gharial.js"
|
||||
},
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"name": "sessions",
|
||||
"author": "Alan Plum",
|
||||
"author": "ArangoDB GmbH",
|
||||
"version": "0.1",
|
||||
"isSystem": true,
|
||||
"description": "Session storage for Foxx.",
|
||||
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alan Plum",
|
||||
"email": "me@pluma.io"
|
||||
}
|
||||
],
|
||||
|
||||
"controllers": {
|
||||
"/": "app.js"
|
||||
},
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"name": "simple-auth",
|
||||
"author": "Alan Plum",
|
||||
"author": "ArangoDB GmbH",
|
||||
"version": "0.1",
|
||||
"isSystem": true,
|
||||
"description": "Simple password-based authentication for Foxx.",
|
||||
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alan Plum",
|
||||
"email": "me@pluma.io"
|
||||
}
|
||||
],
|
||||
|
||||
"exports": {
|
||||
"auth": "auth.js"
|
||||
},
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"name": "users",
|
||||
"author": "Alan Plum",
|
||||
"author": "ArangoDB GmbH",
|
||||
"version": "0.1",
|
||||
"isSystem": true,
|
||||
"description": "Username-based user storage for Foxx.",
|
||||
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alan Plum",
|
||||
"email": "me@pluma.io"
|
||||
}
|
||||
],
|
||||
|
||||
"exports": {
|
||||
"userStorage": "storage.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue