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",
|
"name": "aardvark",
|
||||||
"description": "ArangoDB Admin Web Interface",
|
"description": "ArangoDB Admin Web Interface",
|
||||||
"author": "Heiko Kernbach, Michael Hackstein, moonglum",
|
"author": "ArangoDB GmbH",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"isSystem": true,
|
"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": {
|
"controllers": {
|
||||||
"/": "aardvark.js",
|
"/": "aardvark.js",
|
||||||
"/cluster": "cluster.js",
|
"/cluster": "cluster.js",
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "cerberus",
|
"name": "cerberus",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"author": "gschwab",
|
"author": "ArangoDB GmbH",
|
||||||
"isSystem": true,
|
"isSystem": true,
|
||||||
|
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Guido Schwab",
|
||||||
|
"email": "g.Schwab@triagens.de"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
"controllers": {
|
"controllers": {
|
||||||
"/": "cerberus.js"
|
"/": "cerberus.js"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,10 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "gharial",
|
"name": "gharial",
|
||||||
"description": "ArangoDB Graph Module",
|
"description": "ArangoDB Graph Module",
|
||||||
"author": "Michael Hackstein",
|
"author": "ArangoDB GmbH",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"isSystem": true,
|
"isSystem": true,
|
||||||
|
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Michael Hackstein",
|
||||||
|
"email": "m.hackstein@arangodb.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
"controllers": {
|
"controllers": {
|
||||||
"/": "gharial.js"
|
"/": "gharial.js"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,10 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "sessions",
|
"name": "sessions",
|
||||||
"author": "Alan Plum",
|
"author": "ArangoDB GmbH",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"isSystem": true,
|
"isSystem": true,
|
||||||
"description": "Session storage for Foxx.",
|
"description": "Session storage for Foxx.",
|
||||||
|
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Alan Plum",
|
||||||
|
"email": "me@pluma.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
"controllers": {
|
"controllers": {
|
||||||
"/": "app.js"
|
"/": "app.js"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,10 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "simple-auth",
|
"name": "simple-auth",
|
||||||
"author": "Alan Plum",
|
"author": "ArangoDB GmbH",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"isSystem": true,
|
"isSystem": true,
|
||||||
"description": "Simple password-based authentication for Foxx.",
|
"description": "Simple password-based authentication for Foxx.",
|
||||||
|
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Alan Plum",
|
||||||
|
"email": "me@pluma.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
"exports": {
|
"exports": {
|
||||||
"auth": "auth.js"
|
"auth": "auth.js"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,10 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "users",
|
"name": "users",
|
||||||
"author": "Alan Plum",
|
"author": "ArangoDB GmbH",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"isSystem": true,
|
"isSystem": true,
|
||||||
"description": "Username-based user storage for Foxx.",
|
"description": "Username-based user storage for Foxx.",
|
||||||
|
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Alan Plum",
|
||||||
|
"email": "me@pluma.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
"exports": {
|
"exports": {
|
||||||
"userStorage": "storage.js"
|
"userStorage": "storage.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue