-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
.all-contributorsrc
109 lines (109 loc) · 2.66 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"projectName": "node-lambda-log",
"projectOwner": "KyleRoss",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"skipCi": true,
"contributors": [
{
"login": "KyleRoss",
"name": "Kyle Ross",
"avatar_url": "https://avatars.githubusercontent.com/u/2508347?v=4",
"profile": "http://kyleross.me/",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "jogold",
"name": "Jonathan Goldwasser",
"avatar_url": "https://avatars.githubusercontent.com/u/12623249?v=4",
"profile": "https://github.com/jogold",
"contributions": [
"code",
"bug"
]
},
{
"login": "gagres",
"name": "Gabriel",
"avatar_url": "https://avatars.githubusercontent.com/u/10873171?v=4",
"profile": "https://github.com/gagres",
"contributions": [
"ideas"
]
},
{
"login": "sh1n1chi8acker",
"name": "sh1n1chi8acker",
"avatar_url": "https://avatars.githubusercontent.com/u/9838599?v=4",
"profile": "https://github.com/sh1n1chi8acker",
"contributions": [
"bug"
]
},
{
"login": "pleonasm",
"name": "Matt Nagi",
"avatar_url": "https://avatars.githubusercontent.com/u/619447?v=4",
"profile": "https://github.com/pleonasm",
"contributions": [
"doc"
]
},
{
"login": "nickcox",
"name": "nickcox",
"avatar_url": "https://avatars.githubusercontent.com/u/135552?v=4",
"profile": "https://github.com/nickcox",
"contributions": [
"doc"
]
},
{
"login": "taschmidt",
"name": "Tim Schmidt",
"avatar_url": "https://avatars.githubusercontent.com/u/228736?v=4",
"profile": "https://github.com/taschmidt",
"contributions": [
"code"
]
},
{
"login": "mariux",
"name": "Marius Tolzmann",
"avatar_url": "https://avatars.githubusercontent.com/u/918717?v=4",
"profile": "https://mineiros.io",
"contributions": [
"bug"
]
},
{
"login": "tulsidas",
"name": "AndresQ",
"avatar_url": "https://avatars.githubusercontent.com/u/192908?v=4",
"profile": "http://www.jengibre.com.ar",
"contributions": [
"ideas"
]
},
{
"login": "mfogel",
"name": "Mike Fogel",
"avatar_url": "https://avatars.githubusercontent.com/u/69902?v=4",
"profile": "http://mike.fogel.ca",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7
}