-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
46 lines (46 loc) · 1.04 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "will-weiss",
"name": "William Weiss",
"avatar_url": "https://avatars.githubusercontent.com/u/6589960?v=4",
"profile": "http://morehumaninternet.org",
"contributions": [
"code"
]
},
{
"login": "mattsbanner",
"name": "Matt Banner",
"avatar_url": "https://avatars.githubusercontent.com/u/49304331?v=4",
"profile": "http://mattbanner.co.uk",
"contributions": [
"bug"
]
},
{
"login": "phiilu",
"name": "Florian Kapfenberger",
"avatar_url": "https://avatars.githubusercontent.com/u/8149519?v=4",
"profile": "https://phiilu.com",
"contributions": [
"question",
"doc",
"review",
"code",
"tool"
]
}
],
"contributorsPerLine": 7,
"projectName": "gatsby-plugin-umami",
"projectOwner": "phiilu",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}