-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
62 lines (62 loc) · 1.43 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
{
"projectName": "babel-jest-assertions",
"projectOwner": "mattphillips",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mattphillips",
"name": "Matt Phillips",
"avatar_url": "https://avatars0.githubusercontent.com/u/5610087?v=4",
"profile": "http://mattphillips.io",
"contributions": [
"code",
"doc",
"infra",
"test"
]
},
{
"login": "hiddentao",
"name": "Ramesh Nair",
"avatar_url": "https://avatars0.githubusercontent.com/u/266594?v=4",
"profile": "https://hiddentao.com/",
"contributions": [
"code",
"doc",
"example",
"test"
]
},
{
"login": "huy-nguyen",
"name": "Huy Nguyen",
"avatar_url": "https://avatars1.githubusercontent.com/u/7352279?v=4",
"profile": "https://www.huy-nguyen.com/",
"contributions": [
"bug"
]
},
{
"login": "SBoudrias",
"name": "Simon Boudrias",
"avatar_url": "https://avatars2.githubusercontent.com/u/923865?v=4",
"profile": "http://simonboudrias.com",
"contributions": [
"bug"
]
},
{
"login": "giuseppeg",
"name": "Giuseppe",
"avatar_url": "https://avatars3.githubusercontent.com/u/711311?v=4",
"profile": "http://giuseppe.pizza",
"contributions": [
"ideas"
]
}
]
}