-
Notifications
You must be signed in to change notification settings - Fork 37
/
.all-contributorsrc
35 lines (35 loc) · 1021 Bytes
/
.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
{
"projectName": "react-infinite-scroll-hook",
"projectOwner": "onderonur",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["./packages/react-infinite-scroll-hook/README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "eugef",
"name": "Eugene Fidelin",
"avatar_url": "https://avatars0.githubusercontent.com/u/895071?v=4",
"profile": "https://nl.linkedin.com/in/eugef",
"contributions": ["code"]
},
{
"login": "Evanc123",
"name": "Evan Cater",
"avatar_url": "https://avatars.githubusercontent.com/u/4010547?v=4",
"profile": "https://github.com/Evanc123",
"contributions": ["doc"]
},
{
"login": "groomain",
"name": "Romain",
"avatar_url": "https://avatars.githubusercontent.com/u/3601848?v=4",
"profile": "https://github.com/groomain",
"contributions": ["example"]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}