-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
42 lines (42 loc) · 1.29 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
{
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg\" />",
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "sandeepprabhakaran",
"name": "Sandeep Prabhakaran",
"avatar_url": "https://avatars2.githubusercontent.com/u/6380293?v=4",
"profile": "http://timeless.co/",
"contributions": ["design", "ideas"]
},
{
"login": "abhishekmg",
"name": "Abishek M G",
"avatar_url": "https://avatars.githubusercontent.com/u/34393560?v=4",
"profile": "https://creact.app/",
"contributions": ["code", "a11y", "maintenance"]
},
{
"login": "navin-moorthy",
"name": "Navin Moorthy",
"avatar_url": "https://avatars.githubusercontent.com/u/39694575?v=4",
"profile": "https://navinmoorthy.me/",
"contributions": ["tool", "code"]
},
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com",
"contributions": ["tool"]
}
],
"contributorsPerLine": 7,
"files": ["README.md"],
"imageSize": 100,
"projectName": "mondo-web",
"projectOwner": "timelessco",
"repoHost": "https://github.com",
"repoType": "github"
}