-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
104 lines (104 loc) · 2.59 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
{
"projectName": "js-book-club",
"projectOwner": "BootcampersCollective",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributorsPerLine": 6,
"contributors": [
{
"login": "MartinRosenberg",
"name": "Martin Rosenberg",
"avatar_url": "https://avatars2.githubusercontent.com/u/2382147?v=4",
"profile": "https://martinbrosenberg.com/",
"contributions": [
"doc",
"eventOrganizing",
"ideas",
"maintenance",
"code"
]
},
{
"login": "scottybquik",
"name": "Scott Bowman",
"avatar_url": "https://avatars1.githubusercontent.com/u/29443694?v=4",
"profile": "https://linkedin.com/in/sbowman1",
"contributions": [
"eventOrganizing",
"ideas",
"infra"
]
},
{
"login": "marijnh",
"name": "Marijn Haverbeke",
"avatar_url": "https://avatars3.githubusercontent.com/u/144427?v=4",
"profile": "http://marijnhaverbeke.nl",
"contributions": [
"code",
"content",
"tool"
]
},
{
"login": "blukmays",
"name": "Blu Mays",
"avatar_url": "https://avatars3.githubusercontent.com/u/33442203?v=4",
"profile": "https://github.com/blukmays",
"contributions": [
"ideas"
]
},
{
"login": "BadrChoubai",
"name": "Badr Choubai",
"avatar_url": "https://avatars3.githubusercontent.com/u/32343041?v=4",
"profile": "https://www.badrchoubai.dev",
"contributions": [
"ideas"
]
},
{
"login": "code-ack",
"name": "code-ack",
"avatar_url": "https://avatars1.githubusercontent.com/u/54593149?v=4",
"profile": "https://github.com/code-ack",
"contributions": [
"ideas"
]
},
{
"login": "andy-young",
"name": "Andy Young",
"avatar_url": "https://avatars0.githubusercontent.com/u/10835135?v=4",
"profile": "http://atydev.com",
"contributions": [
"ideas"
]
},
{
"login": "chuckb1789",
"name": "Charlie",
"avatar_url": "https://avatars2.githubusercontent.com/u/23364596?v=4",
"profile": "https://github.com/chuckb1789",
"contributions": [
"infra"
]
},
{
"login": "catherine-o",
"name": "Catherine",
"avatar_url": "https://avatars1.githubusercontent.com/u/50638796?v=4",
"profile": "https://catherineohara.dev/",
"contributions": [
"code"
]
}
]
}