-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.all-contributorsrc
60 lines (60 loc) · 1.54 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
{
"projectName": "capacitor-mixpanel",
"projectOwner": "houseninjadojo",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 75,
"commit": true,
"commitConvention": "angular",
"badgeTemplate": "<a href=\"#contributors\"><img src=\"https://img.shields.io/badge/all%20contributors-<%= contributors.length %>-orange?style=flat-square\" /></a>",
"contributors": [
{
"login": "mileszim",
"name": "Miles Zimmerman",
"avatar_url": "https://avatars.githubusercontent.com/u/1849508?v=4",
"profile": "https://github.com/mileszim",
"contributions": [
"code",
"doc",
"maintenance",
"example",
"platform",
"plugin"
]
},
{
"login": "tetsuwanadam",
"name": "Adam C",
"avatar_url": "https://avatars.githubusercontent.com/u/6739666?v=4",
"profile": "http://soundtrackcentral.com/",
"contributions": [
"code",
"doc"
]
},
{
"login": "chvonrohr",
"name": "Christian von Rohr",
"avatar_url": "https://avatars.githubusercontent.com/u/1733057?v=4",
"profile": "https://github.com/chvonrohr",
"contributions": [
"code",
"doc"
]
},
{
"login": "mfrey-WELL",
"name": "Matt",
"avatar_url": "https://avatars.githubusercontent.com/u/99006448?v=4",
"profile": "https://github.com/mfrey-WELL",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7
}