-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
44 lines (44 loc) · 1.1 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
{
"files": [
"info.md",
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg",
"contributors": [
{
"login": "renemarc",
"name": "René-Marc Simard",
"avatar_url": "https://avatars3.githubusercontent.com/u/13276793?v=4",
"profile": "https://renemarc.com/",
"contributions": [
"code",
"doc"
]
},
{
"login": "jamiepryer",
"name": "jamiepryer",
"avatar_url": "https://avatars3.githubusercontent.com/u/48566948?v=4",
"profile": "https://github.com/jamiepryer",
"contributions": [
"bug"
]
},
{
"login": "johntdyer",
"name": "John Dyer",
"avatar_url": "https://avatars3.githubusercontent.com/u/58234?v=4",
"profile": "http://johntdyer.com",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "home-assistant-doomsday-clock",
"projectOwner": "renemarc",
"repoType": "github",
"repoHost": "https://github.com"
}