forked from michalkvasnicak/aws-lambda-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
93 lines (93 loc) · 2.21 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"projectName": "aws-lambda-graphql",
"projectOwner": "michalkvasnicak",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "michalkvasnicak",
"name": "Michal Kvasničák",
"avatar_url": "https://avatars1.githubusercontent.com/u/174716?v=4",
"profile": "https://github.com/michalkvasnicak",
"contributions": [
"question",
"code",
"design",
"doc",
"example",
"ideas",
"review",
"test"
]
},
{
"login": "AlpacaGoesCrazy",
"name": "AlpacaGoesCrazy",
"avatar_url": "https://avatars1.githubusercontent.com/u/17003704?v=4",
"profile": "https://github.com/AlpacaGoesCrazy",
"contributions": [
"code",
"bug",
"doc",
"test"
]
},
{
"login": "guerrerocarlos",
"name": "Carlos Guerrero",
"avatar_url": "https://avatars2.githubusercontent.com/u/82532?v=4",
"profile": "https://carlosguerrero.com/",
"contributions": [
"code",
"bug"
]
},
{
"login": "sammarks",
"name": "Samuel Marks",
"avatar_url": "https://avatars1.githubusercontent.com/u/424093?v=4",
"profile": "http://sammarks.me/",
"contributions": [
"code",
"bug"
]
},
{
"login": "seanchambo",
"name": "Sean Chamberlain",
"avatar_url": "https://avatars2.githubusercontent.com/u/13476523?v=4",
"profile": "https://github.com/seanchambo",
"contributions": [
"bug",
"code"
]
},
{
"login": "alvinypyim",
"name": "Alvin Yim",
"avatar_url": "https://avatars2.githubusercontent.com/u/10244707?v=4",
"profile": "https://github.com/alvinypyim",
"contributions": [
"bug",
"code"
]
},
{
"login": "nenti",
"name": "Tobias Nentwig",
"avatar_url": "https://avatars2.githubusercontent.com/u/463984?v=4",
"profile": "http://www.pickpack.de",
"contributions": [
"bug",
"code",
"test"
]
}
],
"commitConvention": "none"
}