-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
35 lines (35 loc) · 950 Bytes
/
.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": "svelte-ast-print",
"projectOwner": "xeho91",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "xeho91",
"name": "Mateusz Kadlubowski",
"avatar_url": "https://avatars.githubusercontent.com/u/18627568?v=4",
"profile": "https://github.com/xeho91",
"contributions": ["code", "maintenance", "doc", "infra", "test"]
},
{
"login": "manuel3108",
"name": "Manuel",
"avatar_url": "https://avatars.githubusercontent.com/u/30698007?v=4",
"profile": "https://github.com/manuel3108",
"contributions": ["doc", "code"]
},
{
"login": "JReinhold",
"name": "Jeppe Reinhold",
"avatar_url": "https://avatars.githubusercontent.com/u/5678122?v=4",
"profile": "https://reinhold.is/",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}