1
0
Fork 0

Adjusted authors and contributors for all system apps

This commit is contained in:
Lucas Dohmen 2014-12-12 16:42:58 +01:00 committed by Michael Hackstein
parent 14bc13bee6
commit 9726aebeba
6 changed files with 57 additions and 6 deletions

View File

@ -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",

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},