-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
109 lines (109 loc) · 2.71 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "ClementineDomine",
"name": "Clementine Domine",
"avatar_url": "https://avatars.githubusercontent.com/u/18595111?v=4",
"profile": "https://github.com/ClementineDomine",
"contributions": [
"design",
"mentoring",
"code",
"data"
]
},
{
"login": "rodrigcd",
"name": "rodrigcd",
"avatar_url": "https://avatars.githubusercontent.com/u/22643681?v=4",
"profile": "https://github.com/rodrigcd",
"contributions": [
"design",
"mentoring",
"code",
"data"
]
},
{
"login": "LukeHollingsworth",
"name": "Luke Hollingsworth",
"avatar_url": "https://avatars.githubusercontent.com/u/93782020?v=4",
"profile": "https://github.com/LukeHollingsworth",
"contributions": [
"doc",
"code"
]
},
{
"login": "asaxe",
"name": "Andrew Saxe",
"avatar_url": "https://avatars.githubusercontent.com/u/4165949?v=4",
"profile": "http://saxelab.org",
"contributions": [
"mentoring"
]
},
{
"login": "DrCaswellBarry",
"name": "DrCaswellBarry",
"avatar_url": "https://avatars.githubusercontent.com/u/17472149?v=4",
"profile": "https://github.com/DrCaswellBarry",
"contributions": [
"mentoring"
]
},
{
"login": "niksirbi",
"name": "Niko Sirmpilatze",
"avatar_url": "https://avatars.githubusercontent.com/u/20923448?v=4",
"profile": "http://nikosirmpilatze.com",
"contributions": [
"infra",
"maintenance",
"tool"
]
},
{
"login": "adamltyson",
"name": "Adam Tyson",
"avatar_url": "https://avatars.githubusercontent.com/u/13147259?v=4",
"profile": "http://adamltyson.com",
"contributions": [
"maintenance",
"infra"
]
},
{
"login": "rhayman",
"name": "rhayman",
"avatar_url": "https://avatars.githubusercontent.com/u/5619644?v=4",
"profile": "https://github.com/rhayman",
"contributions": [
"code"
]
},
{
"login": "JarvisDevon",
"name": "Devon Jarvis",
"avatar_url": "https://avatars.githubusercontent.com/u/30460455?v=4",
"profile": "https://github.com/JarvisDevon",
"contributions": [
"doc",
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "NeuralPlayground",
"projectOwner": "SainsburyWellcomeCentre",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}