-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy path.all-contributorsrc
69 lines (69 loc) · 1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "vojtaholik",
"name": "Vojta Holik",
"avatar_url": "https://avatars2.githubusercontent.com/u/25487857?v=4",
"profile": "http://vojta.io",
"contributions": [
"design"
]
},
{
"login": "browniefed",
"name": "Jason Brown",
"avatar_url": "https://avatars1.githubusercontent.com/u/1714673?v=4",
"profile": "http://codedaily.io",
"contributions": [
"maintenance"
]
},
{
"login": "DrShpongle",
"name": "Evgeniy Nagalskiy",
"avatar_url": "https://avatars3.githubusercontent.com/u/1519448?v=4",
"profile": "https://github.com/DrShpongle",
"contributions": [
"code"
]
},
{
"login": "marcuslyons",
"name": "Marcus Lyons",
"avatar_url": "https://avatars1.githubusercontent.com/u/10541922?v=4",
"profile": "https://www.marcuslyons.com",
"contributions": [
"maintenance"
]
},
{
"login": "brianlovin",
"name": "Brian Lovin",
"avatar_url": "https://avatars0.githubusercontent.com/u/1923260?v=4",
"profile": "https://brianlovin.com",
"contributions": [
"maintenance"
]
},
{
"login": "mitchellwright",
"name": "Mitchell Wright",
"avatar_url": "https://avatars0.githubusercontent.com/u/7945257?v=4",
"profile": "https://github.com/mitchellwright",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "joelhooks-com",
"projectOwner": "joelhooks",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}