-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
44 lines (44 loc) · 1.01 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
{
"projectName": "soundify",
"projectOwner": "MellKam",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "MellKam",
"name": "Artem Melnyk",
"avatar_url": "https://avatars.githubusercontent.com/u/51422045?v=4",
"profile": "http://t.me/mellkam",
"contributions": [
"maintenance"
]
},
{
"login": "danilluk1",
"name": "danluki",
"avatar_url": "https://avatars.githubusercontent.com/u/51733612?v=4",
"profile": "https://github.com/danilluk1",
"contributions": [
"code"
]
},
{
"login": "LWJerri",
"name": "Andrii Zontov",
"avatar_url": "https://avatars.githubusercontent.com/u/50290430?v=4",
"profile": "https://lwjerri.dev",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false,
"commitType": "docs"
}