forked from ankeetmaini/react-infinite-scroll-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
36 lines (36 loc) · 838 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
36
{
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 5,
"skipCi": true,
"contributors": [
{
"login": "ankeetmaini",
"name": "Ankeet Maini",
"avatar_url": "https://avatars.githubusercontent.com/u/6652823?v=4",
"profile": "https://ankeetmaini.dev/",
"contributions": [
"question",
"doc",
"code",
"review",
"maintenance"
]
},
{
"login": "iamdarshshah",
"name": "Darsh Shah",
"avatar_url": "https://avatars.githubusercontent.com/u/25670841?v=4",
"profile": "https://github.com/iamdarshshah",
"contributions": [
"infra"
]
}
],
"projectName": "react-infinite-scroll-component",
"projectOwner": "ankeetmaini",
"repoType": "github",
"repoHost": "https://github.com"
}