forked from KodyPay/intercom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
114 lines (114 loc) · 2.99 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
114
{
"projectName": "capacitor-intercom",
"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": "stewones",
"name": "Stew",
"avatar_url": "https://avatars1.githubusercontent.com/u/719763?v=4",
"profile": "https://twitter.com/stewones",
"contributions": [
"code",
"doc"
]
},
{
"login": "davidseek",
"name": "David Seek",
"avatar_url": "https://avatars2.githubusercontent.com/u/17073950?v=4",
"profile": "https://davidseek.com/",
"contributions": [
"code"
]
},
{
"login": "rnikitin",
"name": "Roman Nikitin",
"avatar_url": "https://avatars3.githubusercontent.com/u/1829318?v=4",
"profile": "https://github.com/rnikitin",
"contributions": [
"code"
]
},
{
"login": "atomassoni",
"name": "Anne Tomassoni",
"avatar_url": "https://avatars1.githubusercontent.com/u/17362459?v=4",
"profile": "https://github.com/atomassoni",
"contributions": [
"code",
"review"
]
},
{
"login": "mmodzelewski",
"name": "Maciej Modzelewski",
"avatar_url": "https://avatars2.githubusercontent.com/u/7762633?v=4",
"profile": "https://github.com/mmodzelewski",
"contributions": [
"code"
]
},
{
"login": "spaghettiguru",
"name": "Oleg Yuzvik",
"avatar_url": "https://avatars.githubusercontent.com/u/5624009?v=4",
"profile": "https://github.com/spaghettiguru",
"contributions": [
"maintenance"
]
},
{
"login": "gcorreaalves",
"name": "Gustavo Corrêa Alves",
"avatar_url": "https://avatars.githubusercontent.com/u/983426?v=4",
"profile": "https://github.com/gcorreaalves",
"contributions": [
"doc"
]
},
{
"login": "Jealvia",
"name": "Jealvia",
"avatar_url": "https://avatars.githubusercontent.com/u/28424830?v=4",
"profile": "https://github.com/Jealvia",
"contributions": [
"maintenance"
]
},
{
"login": "adamduren",
"name": "Adam Duren",
"avatar_url": "https://avatars.githubusercontent.com/u/581097?v=4",
"profile": "https://adamduren.com/",
"contributions": [
"code",
"maintenance"
]
},
{
"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"
]
}
],
"contributorsPerLine": 7
}