-
Notifications
You must be signed in to change notification settings - Fork 13
/
.all-contributorsrc
44 lines (44 loc) · 1.1 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
{
"projectName": "jsLearnerForms",
"projectOwner": "cmstead",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"./docs-source/readme-source/main-sections/thanks.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "hunterinderstries",
"name": "hunterinderstries",
"avatar_url": "https://avatars.githubusercontent.com/u/22056883?v=4",
"profile": "https://github.com/hunterinderstries",
"contributions": [
"financial"
]
},
{
"login": "edf-re",
"name": "EDF Renewables",
"avatar_url": "https://avatars.githubusercontent.com/u/13739273?v=4",
"profile": "https://github.com/edf-re",
"contributions": [
"financial"
]
},
{
"login": "jason-kerney",
"name": "Jason Kerney",
"avatar_url": "https://avatars.githubusercontent.com/u/5097968?v=4",
"profile": "https://github.com/jason-kerney",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}