forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
76 lines (76 loc) · 1.74 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
{
"projectName": "CodeSandbox",
"projectOwner": "CompuIves",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "CompuIves",
"name": "Ives van Hoorne",
"avatar_url": "https://avatars0.githubusercontent.com/u/587016?v=3",
"profile": "http://ivesvh.com",
"contributions": [
"question",
"blog",
"bug",
"code",
"design",
"doc",
"example",
"infra",
"review",
"test",
"tool"
]
},
{
"login": "donavon",
"name": "Donavon West",
"avatar_url": "https://avatars0.githubusercontent.com/u/887639?v=3",
"profile": "http://donavon.com",
"contributions": [
"code"
]
},
{
"login": "vueu",
"name": "Jeff Allen",
"avatar_url": "https://avatars0.githubusercontent.com/u/5266810?v=3",
"profile": "http://www.jeffallen.io/",
"contributions": [
"code"
]
},
{
"login": "bengummer",
"name": "Ben Gummer",
"avatar_url": "https://avatars0.githubusercontent.com/u/1089897?v=3",
"profile": "https://github.com/bengummer",
"contributions": [
"code"
]
},
{
"login": "faceyspacey",
"name": "James Gillmore",
"avatar_url": "https://avatars3.githubusercontent.com/u/154732?v=3",
"profile": "http://twitter.com/faceyspacey",
"contributions": [
"code",
"bug"
]
},
{
"login": "viankakrisna",
"name": "Ade Viankakrisna Fadlil",
"avatar_url": "https://avatars1.githubusercontent.com/u/9636410?v=4",
"profile": "https://musify.id",
"contributions": [
"code"
]
}
]
}