-
Notifications
You must be signed in to change notification settings - Fork 100
/
.all-contributorsrc
111 lines (111 loc) · 2.7 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
105
106
107
108
109
110
111
{
"projectName": "react-powerplug",
"projectOwner": "renatorib",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "renatorib",
"name": "Renato Ribeiro",
"avatar_url": "https://avatars2.githubusercontent.com/u/3277185?v=4",
"profile": "http://twitter.com/renatorib_",
"contributions": [
"code",
"design",
"doc",
"test"
]
},
{
"login": "TrySound",
"name": "Bogdan Chadkin",
"avatar_url": "https://avatars0.githubusercontent.com/u/5635476?v=4",
"profile": "https://github.com/TrySound",
"contributions": [
"code",
"doc",
"test",
"infra"
]
},
{
"login": "souporserious",
"name": "Travis Arnold",
"avatar_url": "https://avatars1.githubusercontent.com/u/2762082?v=4",
"profile": "https://souporserious.com/",
"contributions": [
"code",
"doc",
"bug"
]
},
{
"login": "MaxGraey",
"name": "Max Graey",
"avatar_url": "https://avatars3.githubusercontent.com/u/1301959?v=4",
"profile": "https://github.com/MaxGraey",
"contributions": [
"code"
]
},
{
"login": "Andarist",
"name": "Mateusz Burzyński",
"avatar_url": "https://avatars2.githubusercontent.com/u/9800850?v=4",
"profile": "https://github.com/Andarist",
"contributions": [
"bug"
]
},
{
"login": "jedwards1211",
"name": "Andy Edwards",
"avatar_url": "https://avatars0.githubusercontent.com/u/1448194?v=4",
"profile": "http://helloandy.xyz",
"contributions": [
"code"
]
},
{
"login": "apuntovanini",
"name": "Andrea Vanini",
"avatar_url": "https://avatars2.githubusercontent.com/u/1159781?v=4",
"profile": "http://uidu.org",
"contributions": [
"bug"
]
},
{
"login": "istarkov",
"name": "Ivan Starkov",
"avatar_url": "https://avatars3.githubusercontent.com/u/5077042?v=4",
"profile": "https://twitter.com/icelabaratory",
"contributions": [
"bug"
]
},
{
"login": "SeanRoberts",
"name": "Sean Roberts",
"avatar_url": "https://avatars1.githubusercontent.com/u/25376?v=4",
"profile": "http://factore.ca",
"contributions": [
"doc"
]
},
{
"login": "redbmk",
"name": "Braden Kelley",
"avatar_url": "https://avatars3.githubusercontent.com/u/83964?v=4",
"profile": "https://github.com/redbmk",
"contributions": [
"bug"
]
}
]
}