-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
69 lines (69 loc) · 1.7 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "peterhcharlton",
"name": "Peter H Charlton",
"avatar_url": "https://avatars.githubusercontent.com/u/9865941?v=4",
"profile": "https://peterhcharlton.github.io/",
"contributions": [
"content"
]
},
{
"login": "tompollard",
"name": "Tom Pollard",
"avatar_url": "https://avatars.githubusercontent.com/u/822601?v=4",
"profile": "https://github.com/tompollard",
"contributions": [
"design"
]
},
{
"login": "elisamejia",
"name": "Elisa Mejía",
"avatar_url": "https://avatars.githubusercontent.com/u/10887584?v=4",
"profile": "https://github.com/elisamejia",
"contributions": [
"design"
]
},
{
"login": "bemoody",
"name": "bemoody",
"avatar_url": "https://avatars.githubusercontent.com/u/7748246?v=4",
"profile": "https://github.com/bemoody",
"contributions": [
"design"
]
},
{
"login": "briangow",
"name": "Brian Gow",
"avatar_url": "https://avatars.githubusercontent.com/u/4754434?v=4",
"profile": "https://github.com/briangow",
"contributions": [
"design"
]
},
{
"login": "danamouk",
"name": "danamouk",
"avatar_url": "https://avatars.githubusercontent.com/u/49573192?v=4",
"profile": "https://github.com/danamouk",
"contributions": [
"design"
]
}
],
"contributorsPerLine": 7,
"projectName": "mimic_wfdb_tutorials",
"projectOwner": "wfdb",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}