-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.all-contributorsrc
74 lines (74 loc) · 1.73 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "T0TProduction",
"name": "Sebastian Di Luzio",
"avatar_url": "https://avatars.githubusercontent.com/u/18548570?v=4",
"profile": "http://diluz.io",
"contributions": [
"code",
"maintenance",
"doc"
]
},
{
"login": "advaith1",
"name": "advaith",
"avatar_url": "https://avatars.githubusercontent.com/u/11778454?v=4",
"profile": "https://advaith.io",
"contributions": [
"doc",
"bug"
]
},
{
"login": "MattIPv4",
"name": "Matt Cowley",
"avatar_url": "https://avatars.githubusercontent.com/u/12371363?v=4",
"profile": "https://mattcowley.co.uk/",
"contributions": [
"doc",
"code"
]
},
{
"login": "MeerBiene",
"name": "Benedikt Buhles",
"avatar_url": "https://avatars.githubusercontent.com/u/60227302?v=4",
"profile": "https://github.com/MeerBiene",
"contributions": [
"code"
]
},
{
"login": "promise",
"name": "Glenn",
"avatar_url": "https://avatars.githubusercontent.com/u/10573728?v=4",
"profile": "http://not-tech.support",
"contributions": [
"code",
"bug"
]
},
{
"login": "jonahsnider",
"name": "Jonah Snider",
"avatar_url": "https://avatars.githubusercontent.com/u/7608555?v=4",
"profile": "https://jonahsnider.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "BLAPI",
"projectOwner": "botblock",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}