-
Notifications
You must be signed in to change notification settings - Fork 121
/
.all-contributorsrc
68 lines (68 loc) · 1.59 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "paulstraw",
"name": "Paul Straw",
"avatar_url": "https://avatars2.githubusercontent.com/u/117288?v=4",
"profile": "https://paulstraw.com",
"contributions": [
"doc",
"code",
"maintenance"
]
},
{
"login": "sherwinski",
"name": "sherwinski",
"avatar_url": "https://avatars3.githubusercontent.com/u/15919091?v=4",
"profile": "https://github.com/sherwinski",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "frederickfogerty",
"name": "Frederick Fogerty",
"avatar_url": "https://avatars0.githubusercontent.com/u/615334?v=4",
"profile": "https://github.com/frederickfogerty",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "jayeb",
"name": "Jason Eberle",
"avatar_url": "https://avatars2.githubusercontent.com/u/609840?v=4",
"profile": "http://jayeb.com",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "luqven",
"name": "Luis H. Ball Jr.",
"avatar_url": "https://avatars.githubusercontent.com/u/16711614?v=4",
"profile": "http://www.luisball.com",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "drift",
"projectOwner": "imgix",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}