forked from physiopy/peakdet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
53 lines (53 loc) · 1.31 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
{
"projectName": "peakdet",
"projectOwner": "physiopy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat)](#contributors)",
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributorsPerLine": 4,
"contributors": [
{
"login": "rmarkello",
"name": "Ross Markello",
"avatar_url": "https://avatars0.githubusercontent.com/u/14265705?v=4",
"profile": "https://github.com/rmarkello",
"contributions": [
"bug",
"code",
"doc",
"ideas",
"infra",
"maintenance",
"projectManagement",
"review",
"test",
"tutorial"
]
},
{
"login": "emdupre",
"name": "Elizabeth DuPre",
"avatar_url": "https://avatars3.githubusercontent.com/u/15017191?v=4",
"profile": "https://github.com/emdupre",
"contributions": [
"code",
"infra"
]
},
{
"login": "xl624",
"name": "xl624",
"avatar_url": "https://avatars0.githubusercontent.com/u/25593301?v=4",
"profile": "https://github.com/xl624",
"contributions": [
"code"
]
}
]
}