-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.all-contributorsrc
47 lines (47 loc) · 1.08 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
{
"projectName": "stumpy_core",
"projectOwner": "l3kn",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "l3kn",
"name": "Leon",
"avatar_url": "https://avatars.githubusercontent.com/u/2060269?v=3",
"profile": "https://github.com/l3kn",
"contributions": [
"code"
]
},
{
"login": "redcodefinal",
"name": "Ian Rash",
"avatar_url": "https://avatars.githubusercontent.com/u/1298501?v=3",
"profile": "http://broken-kami.tumblr.com",
"contributions": [
"code"
]
},
{
"login": "Demonstrandum",
"name": "Sam",
"avatar_url": "https://avatars2.githubusercontent.com/u/26842759?v=3",
"profile": "https://github.com/Demonstrandum",
"contributions": [
"code"
]
},
{
"login": "reiswindy",
"name": "reiswindy",
"avatar_url": "https://avatars0.githubusercontent.com/u/11876110?v=4",
"profile": "https://github.com/reiswindy",
"contributions": [
"doc"
]
}
]
}