From 9726aebeba349d27f1c9e4f441c855ebb55b8b97 Mon Sep 17 00:00:00 2001 From: Lucas Dohmen Date: Fri, 12 Dec 2014 16:42:58 +0100 Subject: [PATCH] Adjusted authors and contributors for all system apps --- js/apps/system/aardvark/manifest.json | 17 ++++++++++++++++- js/apps/system/cerberus/manifest.json | 10 +++++++++- js/apps/system/gharial/manifest.json | 9 ++++++++- js/apps/system/sessions/manifest.json | 9 ++++++++- js/apps/system/simple-auth/manifest.json | 9 ++++++++- js/apps/system/users/manifest.json | 9 ++++++++- 6 files changed, 57 insertions(+), 6 deletions(-) diff --git a/js/apps/system/aardvark/manifest.json b/js/apps/system/aardvark/manifest.json index 91b7fa3790..6eb9b62c2f 100644 --- a/js/apps/system/aardvark/manifest.json +++ b/js/apps/system/aardvark/manifest.json @@ -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", diff --git a/js/apps/system/cerberus/manifest.json b/js/apps/system/cerberus/manifest.json index 3f607306df..34c4002b80 100644 --- a/js/apps/system/cerberus/manifest.json +++ b/js/apps/system/cerberus/manifest.json @@ -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" }, diff --git a/js/apps/system/gharial/manifest.json b/js/apps/system/gharial/manifest.json index 7942790c29..1a5316ea49 100644 --- a/js/apps/system/gharial/manifest.json +++ b/js/apps/system/gharial/manifest.json @@ -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" }, diff --git a/js/apps/system/sessions/manifest.json b/js/apps/system/sessions/manifest.json index ac6ca75d76..e6a4eab727 100644 --- a/js/apps/system/sessions/manifest.json +++ b/js/apps/system/sessions/manifest.json @@ -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" }, diff --git a/js/apps/system/simple-auth/manifest.json b/js/apps/system/simple-auth/manifest.json index 1f803ba56a..9b3351e0c7 100644 --- a/js/apps/system/simple-auth/manifest.json +++ b/js/apps/system/simple-auth/manifest.json @@ -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" }, diff --git a/js/apps/system/users/manifest.json b/js/apps/system/users/manifest.json index b0e437bd65..44aaa03aca 100644 --- a/js/apps/system/users/manifest.json +++ b/js/apps/system/users/manifest.json @@ -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" },