forked from kentcdodds/kcd-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
126 lines (126 loc) · 3.03 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"projectName": "@inthepocket/itp-react-scripts",
"projectOwner": "kentcdodds",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kentcdodds",
"name": "Kent C. Dodds",
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
"profile": "https://kentcdodds.com",
"contributions": [
"code",
"doc",
"infra",
"test"
]
},
{
"login": "sudo-suhas",
"name": "Suhas Karanth",
"avatar_url": "https://avatars2.githubusercontent.com/u/22251956?v=4",
"profile": "https://github.com/sudo-suhas",
"contributions": [
"code",
"bug",
"test"
]
},
{
"login": "pbomb",
"name": "Matt Parrish",
"avatar_url": "https://avatars0.githubusercontent.com/u/1402095?v=4",
"profile": "https://github.com/pbomb",
"contributions": [
"code",
"test"
]
},
{
"login": "mateuscb",
"name": "Mateus",
"avatar_url": "https://avatars3.githubusercontent.com/u/1319157?v=4",
"profile": "https://github.com/mateuscb",
"contributions": [
"code",
"test"
]
},
{
"login": "macklinu",
"name": "Macklin Underdown",
"avatar_url": "https://avatars1.githubusercontent.com/u/2344137?v=4",
"profile": "http://macklin.underdown.me",
"contributions": [
"code",
"test"
]
},
{
"login": "stereobooster",
"name": "stereobooster",
"avatar_url": "https://avatars2.githubusercontent.com/u/179534?v=4",
"profile": "https://github.com/stereobooster",
"contributions": [
"code",
"test"
]
},
{
"login": "donysukardi",
"name": "Dony Sukardi",
"avatar_url": "https://avatars0.githubusercontent.com/u/410792?v=4",
"profile": "http://dsds.io",
"contributions": [
"bug",
"code"
]
},
{
"login": "alexandernanberg",
"name": "Alexander Nanberg",
"avatar_url": "https://avatars3.githubusercontent.com/u/8997319?v=4",
"profile": "https://alexandernanberg.com",
"contributions": [
"code"
]
},
{
"login": "easybird",
"name": "Easybird",
"avatar_url": "https://avatars0.githubusercontent.com/u/8142934?v=4",
"profile": "http://easybird.be",
"contributions": [
"code",
"doc",
"infra"
]
},
{
"login": "thibmaek",
"name": "Thibault Maekelbergh",
"avatar_url": "https://avatars3.githubusercontent.com/u/6213695?v=4",
"profile": "http://thibmaek.com",
"contributions": [
"code",
"doc",
"ideas",
"review"
]
},
{
"login": "bitcrumb",
"name": "Lode Vanhove",
"avatar_url": "https://avatars3.githubusercontent.com/u/135126?v=4",
"profile": "https://github.com/bitcrumb",
"contributions": [
"tool"
]
}
],
"repoType": "github"
}