forked from rehooks/local-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
104 lines (104 loc) · 2.44 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"projectName": "local-storage",
"projectOwner": "rehooks",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "iamsolankiamit",
"name": "Amit Solanki",
"avatar_url": "https://avatars3.githubusercontent.com/u/3483526?v=4",
"profile": "http://solankiamit.com",
"contributions": [
"code",
"doc",
"ideas",
"review"
]
},
{
"login": "jharrilim",
"name": "Joe",
"avatar_url": "https://avatars1.githubusercontent.com/u/19535809?v=4",
"profile": "https://jharrilim.github.io/",
"contributions": [
"code",
"example",
"ideas",
"maintenance",
"review",
"test"
]
},
{
"login": "fatihky",
"name": "Fatih Kaya",
"avatar_url": "https://avatars0.githubusercontent.com/u/4169772?v=4",
"profile": "https://github.com/fatihky",
"contributions": [
"code",
"test",
"bug"
]
},
{
"login": "jarlah",
"name": "Jarl André Hübenthal",
"avatar_url": "https://avatars3.githubusercontent.com/u/404102?v=4",
"profile": "https://hübenthal.no",
"contributions": [
"code",
"test",
"bug"
]
},
{
"login": "jamiebuilds",
"name": "Jamie Kyle",
"avatar_url": "https://avatars0.githubusercontent.com/u/952783?v=4",
"profile": "https://jamie.build/",
"contributions": [
"code"
]
},
{
"login": "devalbo",
"name": "Albert Boehmler",
"avatar_url": "https://avatars3.githubusercontent.com/u/1653890?v=4",
"profile": "http://devalbo.blogspot.com/",
"contributions": [
"code",
"bug"
]
},
{
"login": "gmdayley",
"name": "Gabriel Dayley",
"avatar_url": "https://avatars3.githubusercontent.com/u/647130?v=4",
"profile": "https://github.com/gmdayley",
"contributions": [
"code",
"bug"
]
},
{
"login": "mayteio",
"name": "Harley Alexander",
"avatar_url": "https://avatars1.githubusercontent.com/u/43975092?v=4",
"profile": "https://github.com/mayteio",
"contributions": [
"maintenance",
"code",
"bug",
"test"
]
}
],
"contributorsPerLine": 7
}