-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.all-contributorsrc
78 lines (78 loc) · 1.97 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
70
71
72
73
74
75
76
77
78
{
"projectName": "neuroimaging-cookbook.github.io",
"projectOwner": "neuroimaging-cookbook",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "shawnrhoads",
"name": "Shawn Rhoads",
"avatar_url": "https://avatars.githubusercontent.com/u/24925845?v=4",
"profile": "https://github.com/shawnrhoads",
"contributions": [
"code"
]
},
{
"login": "scovitz",
"name": "Sydney Covitz",
"avatar_url": "https://avatars.githubusercontent.com/u/70981267?v=4",
"profile": "https://github.com/scovitz",
"contributions": [
"code"
]
},
{
"login": "dmoracze",
"name": "Dustin Moraczewski",
"avatar_url": "https://avatars.githubusercontent.com/u/7197889?v=4",
"profile": "https://cmn.nimh.nih.gov/dsst",
"contributions": [
"code"
]
},
{
"login": "SamGuay",
"name": "Samuel Guay",
"avatar_url": "https://avatars.githubusercontent.com/u/30598330?v=4",
"profile": "https://github.com/SamGuay",
"contributions": [
"code"
]
},
{
"login": "bfuchs18",
"name": "Bari Fuchs",
"avatar_url": "https://avatars.githubusercontent.com/u/34322503?v=4",
"profile": "https://github.com/bfuchs18",
"contributions": [
"code"
]
},
{
"login": "Arshitha",
"name": "Arshitha Basavaraj",
"avatar_url": "https://avatars.githubusercontent.com/u/10297203?v=4",
"profile": "http://cmn.nimh.nih.gov/dsst",
"contributions": [
"code"
]
},
{
"login": "llevitis",
"name": "Liza Levitis",
"avatar_url": "https://avatars.githubusercontent.com/u/17363738?v=4",
"profile": "https://github.com/llevitis",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}