-
Notifications
You must be signed in to change notification settings - Fork 11
/
.all-contributorsrc
80 lines (80 loc) · 1.83 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
{
"projectName": "postcss-use",
"projectOwner": "postcss",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "ben-eb",
"name": "Ben Briggs",
"avatar_url": "https://avatars.githubusercontent.com/u/1282980?v=3",
"profile": "http://beneb.info",
"contributions": [
"code",
"doc",
"review",
"test"
]
},
{
"login": "jonathantneal",
"name": "Jonathan Neal",
"avatar_url": "https://avatars.githubusercontent.com/u/188426?v=3",
"profile": "//jonathantneal.com",
"contributions": [
"code",
"test"
]
},
{
"login": "yisibl",
"name": "一丝",
"avatar_url": "https://avatars.githubusercontent.com/u/2784308?v=3",
"profile": "www.iyunlu.com/view",
"contributions": [
"code"
]
},
{
"login": "MoOx",
"name": "Maxime Thirouin",
"avatar_url": "https://avatars.githubusercontent.com/u/157534?v=3",
"profile": "https://moox.io/",
"contributions": [
"doc"
]
},
{
"login": "TrySound",
"name": "Bogdan Chadkin",
"avatar_url": "https://avatars.githubusercontent.com/u/5635476?v=3",
"profile": "https://github.com/TrySound",
"contributions": [
"doc",
"review"
]
},
{
"login": "rexxars",
"name": "Espen Hovlandsdal",
"avatar_url": "https://avatars.githubusercontent.com/u/48200?v=3",
"profile": "https://espen.codes/",
"contributions": [
"code",
"test"
]
},
{
"login": "ai",
"name": "Andrey Sitnik",
"avatar_url": "https://avatars.githubusercontent.com/u/19343?v=3",
"profile": "http://sitnik.ru",
"contributions": [
"review"
]
}
]
}