forked from notrab/react-use-cart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
57 lines (57 loc) · 1.42 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
54
55
56
57
{
"files": [
"README.md"
],
"imageSize": 100,
"badgeTemplate": "<img src="https://img.shields.io/badge/all_contributors-1-orange.svg" alt="Contributors" />",
"commit": false,
"contributors": [
{
"login": "getTobiasNielsen",
"name": "Tobias Nielsen",
"avatar_url": "https://avatars.githubusercontent.com/u/54803528?v=4",
"profile": "https://github.com/getTobiasNielsen",
"contributions": [
"code",
"ideas"
]
},
{
"login": "ynnoj",
"name": "Jonathan Steele",
"avatar_url": "https://avatars.githubusercontent.com/u/3578709?v=4",
"profile": "http://jonathan.steele.pro",
"contributions": [
"code",
"ideas",
"bug"
]
},
{
"login": "craigtweedy",
"name": "Craig Tweedy",
"avatar_url": "https://avatars.githubusercontent.com/u/612558?v=4",
"profile": "https://github.com/craigtweedy",
"contributions": [
"code",
"ideas",
"bug"
]
},
{
"login": "spences10",
"name": "Scott Spence",
"avatar_url": "https://avatars.githubusercontent.com/u/234708?v=4",
"profile": "https://scottspence.com",
"contributions": [
"example"
]
}
],
"contributorsPerLine": 7,
"projectName": "react-use-cart",
"projectOwner": "notrab",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}