-
Notifications
You must be signed in to change notification settings - Fork 23
/
.all-contributorsrc
82 lines (82 loc) · 2.17 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
{
"projectName": "receive_intent",
"projectOwner": "daadu",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "daadu",
"name": "Harsh Bhikadia",
"avatar_url": "https://avatars.githubusercontent.com/u/4963236?v=4",
"profile": "https://bhikadia.com/",
"contributions": [
"ideas",
"code"
]
},
{
"login": "TheLastGimbus",
"name": "Mateusz Soszyński",
"avatar_url": "https://avatars.githubusercontent.com/u/40139196?v=4",
"profile": "https://the.lastgimbus.com/",
"contributions": [
"code"
]
},
{
"login": "luckyrat",
"name": "Chris Tomlinson",
"avatar_url": "https://avatars.githubusercontent.com/u/1211375?v=4",
"profile": "https://github.com/luckyrat",
"contributions": [
"code"
]
},
{
"login": "eric-nextsense",
"name": "eric-nextsense",
"avatar_url": "https://avatars.githubusercontent.com/u/78733538?v=4",
"profile": "https://github.com/eric-nextsense",
"contributions": [
"bug",
"code"
]
},
{
"login": "tneotia",
"name": "Tanay Neotia",
"avatar_url": "https://avatars.githubusercontent.com/u/50850142?v=4",
"profile": "https://github.com/tneotia",
"contributions": [
"bug",
"code"
]
},
{
"login": "GeertJohan",
"name": "Geert-Johan Riemer",
"avatar_url": "https://avatars.githubusercontent.com/u/564501?v=4",
"profile": "https://stack11.io/",
"contributions": [
"code"
]
},
{
"login": "derrickgw",
"name": "Derrick Gibelyou",
"avatar_url": "https://avatars.githubusercontent.com/u/26449929?v=4",
"profile": "https://github.com/derrickgw",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" alt=\"All Contributors\" /></a>"
}