-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
60 lines (60 loc) · 1.5 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "none",
"badgeTemplate": "[badge-all-contributors]: https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg",
"contributors": [
{
"login": "jakeboone02",
"name": "Jake Boone",
"avatar_url": "https://avatars.githubusercontent.com/u/366438?v=4",
"profile": "https://github.com/jakeboone02",
"contributions": [
"code",
"doc",
"example",
"maintenance",
"test"
]
},
{
"login": "StefanVDWeide",
"name": "Stefan van der Weide",
"avatar_url": "https://avatars.githubusercontent.com/u/25407622?v=4",
"profile": "https://studioterabyte.nl/",
"contributions": [
"code",
"test"
]
},
{
"login": "rogermparent",
"name": "Roger",
"avatar_url": "https://avatars.githubusercontent.com/u/9111807?v=4",
"profile": "https://github.com/rogermparent",
"contributions": [
"code"
]
},
{
"login": "tmayoff",
"name": "Tyler",
"avatar_url": "https://avatars.githubusercontent.com/u/10094264?v=4",
"profile": "http://site.tylermayoff.com",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "parse-ingredient",
"projectOwner": "jakeboone02"
}