-
Notifications
You must be signed in to change notification settings - Fork 654
/
.all-contributorsrc
51 lines (51 loc) · 1.4 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
{
"projectName": "30-days-of-react",
"projectOwner": "fullstackreact",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 140,
"commit": true,
"contributorTemplate": "<a href='<%= contributor.profile %>'><img src='<%= contributor.avatar_url %>' width='<%= options.imageSize %>px;'/><h4 align='center'><a href='<%= contributor.profile %>'><%= contributor.name %></a></h4>",
"contributorsPerLine": 5,
"contributors": [
{
"login": "auser",
"name": "Ari",
"avatar_url": "https://avatars1.githubusercontent.com/u/529?v=4",
"profile": "http://willcodeforfoo.com",
"contributions": [
"blog"
]
},
{
"login": "jashmenn",
"name": "Nate Murray",
"avatar_url": "https://avatars2.githubusercontent.com/u/4318?v=4",
"profile": "https://newline.co",
"contributions": [
"blog"
]
},
{
"login": "peterhychan",
"name": "Peter Ho Yeung Chan",
"avatar_url": "https://avatars3.githubusercontent.com/u/32804449?v=4",
"profile": "https://codepen.io/PeterHYChan/",
"contributions": [
"blog"
]
},
{
"login": "harms280",
"name": "Aaron",
"avatar_url": "https://avatars2.githubusercontent.com/u/10542951?v=4",
"profile": "https://github.com/harms280",
"contributions": [
"bug"
]
}
]
}