-
Notifications
You must be signed in to change notification settings - Fork 5
/
.all-contributorsrc
53 lines (53 loc) · 1.22 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "yarikoptic",
"name": "Yaroslav Halchenko",
"avatar_url": "https://avatars3.githubusercontent.com/u/39889?v=4",
"profile": "http://www.onerussian.com",
"contributions": [
"ideas"
]
},
{
"login": "mih",
"name": "Michael Hanke",
"avatar_url": "https://avatars1.githubusercontent.com/u/136479?v=4",
"profile": "http://psychoinformatics.de",
"contributions": [
"code"
]
},
{
"login": "mflan48",
"name": "mflan48",
"avatar_url": "https://avatars3.githubusercontent.com/u/46726614?v=4",
"profile": "https://github.com/mflan48",
"contributions": [
"code",
"bug"
]
},
{
"login": "LFaggi",
"name": "LFaggi",
"avatar_url": "https://avatars1.githubusercontent.com/u/73990795?v=4",
"profile": "https://github.com/LFaggi",
"contributions": [
"code",
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "multimatch_gaze",
"projectOwner": "adswa",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}