-
Notifications
You must be signed in to change notification settings - Fork 24
/
.all-contributorsrc.json
69 lines (69 loc) · 2.11 KB
/
.all-contributorsrc.json
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
{
"projectName": "react-children-utilities",
"projectOwner": "fernandopasik",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "fernandopasik",
"name": "Fernando Pasik",
"avatar_url": "https://avatars1.githubusercontent.com/u/1301335?v=4",
"profile": "https://fernandopasik.com",
"contributions": ["bug", "code", "doc", "ideas"]
},
{
"login": "mrm007",
"name": "mrm007",
"avatar_url": "https://avatars3.githubusercontent.com/u/3297808?v=4",
"profile": "https://github.com/mrm007",
"contributions": ["bug", "code"]
},
{
"login": "vasilevich",
"name": "yosef langer",
"avatar_url": "https://avatars2.githubusercontent.com/u/1217224?v=4",
"profile": "https://github.com/vasilevich",
"contributions": ["bug", "code"]
},
{
"login": "iyegoroff",
"name": "iyegoroff",
"avatar_url": "https://avatars2.githubusercontent.com/u/4447438?v=4",
"profile": "https://github.com/iyegoroff",
"contributions": ["bug", "code"]
},
{
"login": "TSMMark",
"name": "Mark Allen",
"avatar_url": "https://avatars1.githubusercontent.com/u/4197823?v=4",
"profile": "http://vydia.com",
"contributions": ["bug", "code"]
},
{
"login": "riywo",
"name": "Ryosuke IWANAGA",
"avatar_url": "https://avatars2.githubusercontent.com/u/37822?v=4",
"profile": "https://medium.com/@riywo",
"contributions": ["bug", "code"]
},
{
"login": "dpinol",
"name": "Daniel Pinyol",
"avatar_url": "https://avatars0.githubusercontent.com/u/1954955?v=4",
"profile": "https://www.linkedin.com/in/dpinol/",
"contributions": ["bug", "code"]
},
{
"login": "bcbrian",
"name": "Brian Bartholomew",
"avatar_url": "https://avatars0.githubusercontent.com/u/6721622?v=4",
"profile": "http://brianbartholomew.com",
"contributions": ["bug", "code"]
}
],
"contributorsPerLine": 8
}