-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.all-contributorsrc
More file actions
34 lines (34 loc) · 758 Bytes
/
.all-contributorsrc
File metadata and controls
34 lines (34 loc) · 758 Bytes
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
{
"projectName": "math-api",
"projectOwner": "uetchy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "uetchy",
"name": "uetchy",
"avatar_url": "https://avatars.githubusercontent.com/u/431808?v=4",
"profile": "https://github.com/uetchy",
"contributions": [
"code",
"design"
]
},
{
"login": "Long0x0",
"name": "Long0x0",
"avatar_url": "https://avatars.githubusercontent.com/u/51022287?v=4",
"profile": "https://github.com/Long0x0",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}