-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
107 lines (107 loc) · 2.77 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
{
"files": [
"contributors.md"
],
"imageSize": 100,
"badgeTemplate": "[contributorsBadge]: https://img.shields.io/badge/Contributors_✨-<%= contributors.length %>-green.svg?style=plastic",
"commit": false,
"contributors": [
{
"login": "DavidRockin",
"name": "Dave",
"avatar_url": "https://avatars1.githubusercontent.com/u/1907079?v=4",
"profile": "https://tkachuk.tech",
"contributions": [
"ideas"
]
},
{
"login": "DV8FromTheWorld",
"name": "Austin Keener",
"avatar_url": "https://avatars1.githubusercontent.com/u/1479909?v=4",
"profile": "http://linkedin.dv8tion.net",
"contributions": [
"plugin"
]
},
{
"login": "CodeMC",
"name": "CodeMC",
"avatar_url": "https://avatars2.githubusercontent.com/u/37156340?v=4",
"profile": "https://ci.codemc.io/",
"contributions": [
"infra"
]
},
{
"login": "dependabot",
"name": "Dependabot",
"avatar_url": "https://avatars1.githubusercontent.com/u/27347476?v=4",
"profile": "https://dependabot.com",
"contributions": [
"maintenance"
]
},
{
"login": "ben-manes",
"name": "Ben Manes",
"avatar_url": "https://avatars3.githubusercontent.com/u/378614?v=4",
"profile": "https://www.linkedin.com/in/benmanes",
"contributions": [
"plugin"
]
},
{
"login": "square",
"name": "Square",
"avatar_url": "https://avatars0.githubusercontent.com/u/82592?v=4",
"profile": "https://square.github.io",
"contributions": [
"plugin"
]
},
{
"login": "JetBrains",
"name": "JetBrains",
"avatar_url": "https://avatars2.githubusercontent.com/u/878437?v=4",
"profile": "https://www.jetbrains.com",
"contributions": [
"plugin"
]
},
{
"login": "stleary",
"name": "Sean Leary",
"avatar_url": "https://avatars3.githubusercontent.com/u/5107558?v=4",
"profile": "http://www.johnjleary.com",
"contributions": [
"plugin"
]
},
{
"login": "cjbrooks12",
"name": "Casey Brooks",
"avatar_url": "https://avatars2.githubusercontent.com/u/6157866?v=4",
"profile": "https://www.caseyjbrooks.com/",
"contributions": [
"code",
"doc"
]
},
{
"login": "Ghost-chu",
"name": "Ghost_chu",
"avatar_url": "https://avatars.githubusercontent.com/u/30802565?v=4",
"profile": "http://blog.mcsunnyside.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "JavaBotBlockAPI",
"projectOwner": "botblock",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}