-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
54 lines (54 loc) · 1.41 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "frederickfogerty",
"name": "Frederick Fogerty",
"avatar_url": "https://avatars0.githubusercontent.com/u/615334?v=4",
"profile": "https://github.com/frederickfogerty",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "angeloashmore",
"name": "Angelo Ashmore",
"avatar_url": "https://avatars2.githubusercontent.com/u/8601064?v=4",
"profile": "https://angeloashmore.github.io",
"contributions": [
"code"
]
},
{
"login": "luqven",
"name": "Luis H. Ball Jr.",
"avatar_url": "https://avatars.githubusercontent.com/u/16711614?v=4",
"profile": "http://www.luisball.com",
"contributions": [
"doc"
]
},
{
"login": "sherwinski",
"name": "Sherwin Heydarbeygi",
"avatar_url": "https://avatars.githubusercontent.com/u/15919091?v=4",
"profile": "http://sherwinski.com",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "gatsby",
"projectOwner": "imgix",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-informational.svg)](#contributors)"
}