forked from alexmanno/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
52 lines (52 loc) · 1.36 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-<%= contributors.length %>-default.svg?logo=github' alt='Contributors'/></a>",
"contributors": [
{
"login": "HuggableSquare",
"name": "nick",
"avatar_url": "https://avatars.githubusercontent.com/u/5242865?v=4",
"profile": "https://pogonip.pw/",
"contributions": [
"code"
]
},
{
"login": "k0staa",
"name": "Michał Kostewicz",
"avatar_url": "https://avatars.githubusercontent.com/u/6313392?v=4",
"profile": "http://code-addict.pl",
"contributions": [
"code"
]
},
{
"login": "cromefire",
"name": "Cromefire_",
"avatar_url": "https://avatars.githubusercontent.com/u/26320625?v=4",
"profile": "https://gitlab.com/cromefire_",
"contributions": [
"code"
]
},
{
"login": "Omkaragrawal",
"name": "OMKAR AGRAWAL",
"avatar_url": "https://avatars.githubusercontent.com/u/10913160?v=4",
"profile": "https://omkaragrawal.dev",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "server",
"projectOwner": "getferdi",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}