forked from donavon/use-dark-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
95 lines (95 loc) · 2.3 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
{
"projectName": "use-dark-mode",
"projectOwner": "donavon",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "donavon",
"name": "Donavon West",
"avatar_url": "https://avatars3.githubusercontent.com/u/887639?v=4",
"profile": "http://donavon.com",
"contributions": [
"infra",
"test",
"example",
"ideas",
"maintenance",
"review",
"tool",
"code"
]
},
{
"login": "revelcw",
"name": "Revel Carlberg West",
"avatar_url": "https://avatars2.githubusercontent.com/u/29359616?v=4",
"profile": "https://github.com/revelcw",
"contributions": [
"ideas"
]
},
{
"login": "Andarist",
"name": "Mateusz Burzyński",
"avatar_url": "https://avatars2.githubusercontent.com/u/9800850?v=4",
"profile": "https://github.com/Andarist",
"contributions": [
"code"
]
},
{
"login": "wKovacs64",
"name": "Justin Hall",
"avatar_url": "https://avatars1.githubusercontent.com/u/1288694?v=4",
"profile": "https://github.com/wKovacs64",
"contributions": [
"code"
]
},
{
"login": "fxbabys",
"name": "Jeremy",
"avatar_url": "https://avatars1.githubusercontent.com/u/24556921?v=4",
"profile": "https://github.com/fxbabys",
"contributions": [
"userTesting",
"bug"
]
},
{
"login": "janosh",
"name": "Janosh Riebesell",
"avatar_url": "https://avatars0.githubusercontent.com/u/30958850?v=4",
"profile": "http://janosh.io",
"contributions": [
"doc"
]
},
{
"login": "hipstersmoothie",
"name": "Andrew Lisowski",
"avatar_url": "https://avatars3.githubusercontent.com/u/1192452?v=4",
"profile": "http://hipstersmoothie.com",
"contributions": [
"doc"
]
},
{
"login": "jorgegonzalez",
"name": "Jorge Gonzalez",
"avatar_url": "https://avatars2.githubusercontent.com/u/12901172?v=4",
"profile": "https://jorgegonzalez.io",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}