-
Notifications
You must be signed in to change notification settings - Fork 15
/
.all-contributorsrc.json
62 lines (62 loc) · 1.88 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
{
"projectName": "lit-redux-router",
"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": "hutchgrant",
"name": "Grant Hutchinson",
"avatar_url": "https://avatars3.githubusercontent.com/u/1429612?v=4",
"profile": "https://github.com/hutchgrant",
"contributions": ["bug", "code", "doc", "ideas"]
},
{
"login": "anoblet",
"name": "Andrew Noblet",
"avatar_url": "https://avatars0.githubusercontent.com/u/7674171?v=4",
"profile": "https://github.com/anoblet",
"contributions": ["bug", "code"]
},
{
"login": "zainafzal08",
"name": "Zain Afzal",
"avatar_url": "https://avatars3.githubusercontent.com/u/12245732?v=4",
"profile": "http://www.zainafzal.com",
"contributions": ["doc"]
},
{
"login": "Waxolunist",
"name": "Christian Sterzl",
"avatar_url": "https://avatars2.githubusercontent.com/u/689270?v=4",
"profile": "http://christian.sterzl.info",
"contributions": ["bug", "code"]
},
{
"login": "bnf",
"name": "Benjamin Franzke",
"avatar_url": "https://avatars.githubusercontent.com/u/473155?v=4",
"profile": "https://bnf.dev",
"contributions": ["bug", "code"]
},
{
"login": "ramykl",
"name": "Ramy",
"avatar_url": "https://avatars.githubusercontent.com/u/5079228?v=4",
"profile": "https://github.com/ramykl",
"contributions": ["bug", "code"]
}
],
"contributorsPerLine": 7
}