-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
42 lines (42 loc) · 1.03 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
{
"projectName": "memoized-node-fetch",
"projectOwner": "chrispanag",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "Nikpolik",
"name": "Nikos Polykandriotis",
"avatar_url": "https://avatars0.githubusercontent.com/u/9081019?v=4",
"profile": "https://github.com/Nikpolik",
"contributions": [
"code"
]
},
{
"login": "ferrybig",
"name": "Fernando van Loenhout",
"avatar_url": "https://avatars2.githubusercontent.com/u/1576684?v=4",
"profile": "http://stackexchange.com/users/1677570/ferrybig",
"contributions": [
"code"
]
},
{
"login": "Bonjur",
"name": "Bonjour Comosava",
"avatar_url": "https://avatars3.githubusercontent.com/u/12468730?v=4",
"profile": "https://github.com/Bonjur",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}