forked from capacitor-community/media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
113 lines (113 loc) · 2.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"projectName": "media",
"projectOwner": "capacitor-community",
"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": "stewwan",
"name": "Stew",
"avatar_url": "https://avatars1.githubusercontent.com/u/719763?v=4",
"profile": "https://twitter.com/StewanSilva",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "zakton5",
"name": "Zachary Keeton",
"avatar_url": "https://avatars1.githubusercontent.com/u/7013396?v=4",
"profile": "https://github.com/zakton5",
"contributions": [
"code"
]
},
{
"login": "pgrimaud",
"name": "Pierre Grimaud",
"avatar_url": "https://avatars.githubusercontent.com/u/1866496?v=4",
"profile": "https://github.com/pgrimaud",
"contributions": [
"doc"
]
},
{
"login": "tallesventura",
"name": "Talles Alves",
"avatar_url": "https://avatars.githubusercontent.com/u/14003158?v=4",
"profile": "https://www.kuau.com.br/",
"contributions": [
"maintenance"
]
},
{
"login": "zyad-yasser",
"name": "Zyad Yasser",
"avatar_url": "https://avatars.githubusercontent.com/u/38470992?v=4",
"profile": "https://www.zyadyasser.net/",
"contributions": [
"maintenance"
]
},
{
"login": "dragermrb",
"name": "Manuel Rodríguez",
"avatar_url": "https://avatars.githubusercontent.com/u/11479696?v=4",
"profile": "https://github.com/dragermrb",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "Gr1zlY",
"name": "Michael",
"avatar_url": "https://avatars.githubusercontent.com/u/195971?v=4",
"profile": "https://github.com/Gr1zlY",
"contributions": [
"code"
]
},
{
"login": "matheusdavidson",
"name": "Matheus Davidson",
"avatar_url": "https://avatars.githubusercontent.com/u/2229994?v=4",
"profile": "https://www.mtda.me/",
"contributions": [
"code",
"doc"
]
},
{
"login": "nkalupahana",
"name": "Nisala Kalupahana",
"avatar_url": "https://avatars.githubusercontent.com/u/7347290?v=4",
"profile": "https://linkedin.com/in/nisala",
"contributions": [
"code",
"doc",
"example",
"maintenance"
]
},
{
"login": "rdlabo",
"name": "Masahiko Sakakibara",
"avatar_url": "https://avatars.githubusercontent.com/u/9690024?v=4",
"profile": "https://rdlabo.jp/",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 5
}