-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
executable file
·36 lines (35 loc) · 1.07 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
{
"projectName": "tvapp2",
"projectOwner": "Aetherinox",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 40,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "Aetherinox",
"name": "Aetherinox",
"avatar_url": "https://avatars.githubusercontent.com/u/118329232?v=4",
"profile": "https://github.com/Aetherinox",
"contributions": ["code"]
},
{
"login": "iFlip721",
"name": "iFlip721",
"avatar_url": "https://avatars.githubusercontent.com/u/28721588?v=4",
"profile": "https://github.com/iFlip721",
"contributions": ["code"]
},
{
"login": "Optx",
"name": "Optx",
"avatar_url": "https://avatars.githubusercontent.com/u/32874812?v=4",
"profile": "https://github.com/Nvmdfth",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}