-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy path.all-contributorsrc
117 lines (117 loc) · 2.79 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
{
"projectName": "mdx-bundler",
"projectOwner": "kentcdodds",
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": false,
"files": [
"README.md"
],
"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": "benwis",
"name": "benwis",
"avatar_url": "https://avatars.githubusercontent.com/u/6953353?v=4",
"profile": "https://github.com/benwis",
"contributions": [
"bug",
"review"
]
},
{
"login": "Arcath",
"name": "Adam Laycock",
"avatar_url": "https://avatars.githubusercontent.com/u/19609?v=4",
"profile": "https://www.arcath.net",
"contributions": [
"code",
"test",
"ideas",
"review",
"doc"
]
},
{
"login": "wooorm",
"name": "Titus",
"avatar_url": "https://avatars.githubusercontent.com/u/944406?v=4",
"profile": "http://wooorm.com",
"contributions": [
"ideas",
"review",
"code"
]
},
{
"login": "ChristianMurphy",
"name": "Christian Murphy",
"avatar_url": "https://avatars.githubusercontent.com/u/3107513?v=4",
"profile": "https://github.com/ChristianMurphy",
"contributions": [
"ideas"
]
},
{
"login": "peduarte",
"name": "Pedro Duarte",
"avatar_url": "https://avatars.githubusercontent.com/u/372831?v=4",
"profile": "https://ped.ro",
"contributions": [
"doc"
]
},
{
"login": "erikras",
"name": "Erik Rasmussen",
"avatar_url": "https://avatars.githubusercontent.com/u/4396759?v=4",
"profile": "https://keybase.io/erikras",
"contributions": [
"doc"
]
},
{
"login": "ozyxdev",
"name": "Omar Syx",
"avatar_url": "https://avatars.githubusercontent.com/u/83309085?v=4",
"profile": "https://github.com/ozyxdev",
"contributions": [
"bug"
]
},
{
"login": "gaelhameon",
"name": "Gaël Haméon",
"avatar_url": "https://avatars.githubusercontent.com/u/17253950?v=4",
"profile": "https://github.com/gaelhameon",
"contributions": [
"doc"
]
},
{
"login": "loiacon",
"name": "Gabriel Loiácono",
"avatar_url": "https://avatars.githubusercontent.com/u/32134586?v=4",
"profile": "https://github.com/loiacon",
"contributions": [
"code",
"test"
]
}
],
"commitConvention": "none"
}