-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.all-contributorsrc
43 lines (42 loc) · 1.18 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
{
"projectName": "remix-create-express-app",
"projectOwner": "kiliman",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "kiliman",
"name": "Michael Carter",
"avatar_url": "https://avatars.githubusercontent.com/u/47168?v=4",
"profile": "https://kiliman.dev/",
"contributions": ["code"]
},
{
"login": "wKovacs64",
"name": "Justin Hall",
"avatar_url": "https://avatars.githubusercontent.com/u/1288694?v=4",
"profile": "https://justinrhall.dev/",
"contributions": ["code"]
},
{
"login": "lsthornt",
"name": "Levi Thornton",
"avatar_url": "https://avatars.githubusercontent.com/u/569689?v=4",
"profile": "https://github.com/lsthornt",
"contributions": ["code"]
},
{
"login": "thomaswelton",
"name": "Thomas Welton",
"avatar_url": "https://avatars.githubusercontent.com/u/678372?v=4",
"profile": "https://github.com/thomaswelton",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}