forked from nikolalsvk/render_async
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
72 lines (72 loc) · 1.68 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
{
"projectName": "render_async",
"projectOwner": "renderedtext",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "nikolalsvk",
"name": "Nikola Đuza",
"avatar_url": "https://avatars2.githubusercontent.com/u/3028124?v=4",
"profile": "http://nikoladjuza.me/",
"contributions": [
"question",
"bug",
"code",
"doc",
"example",
"review"
]
},
{
"login": "colinxfleming",
"name": "Colin",
"avatar_url": "https://avatars0.githubusercontent.com/u/3866868?v=4",
"profile": "http://www.colinxfleming.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "kaspergrubbe",
"name": "Kasper Grubbe",
"avatar_url": "https://avatars2.githubusercontent.com/u/334273?v=4",
"profile": "http://kaspergrubbe.com",
"contributions": [
"code"
]
},
{
"login": "sairam",
"name": "Sai Ram Kunala",
"avatar_url": "https://avatars2.githubusercontent.com/u/163584?v=4",
"profile": "https://sairam.xyz/",
"contributions": [
"doc"
]
},
{
"login": "nightsurge",
"name": "Josh Arnold",
"avatar_url": "https://avatars2.githubusercontent.com/u/3065882?v=4",
"profile": "https://github.com/nightsurge",
"contributions": [
"code",
"doc"
]
},
{
"login": "SaladFork",
"name": "Elad Shahar",
"avatar_url": "https://avatars3.githubusercontent.com/u/107798?v=4",
"profile": "https://eladshahar.com",
"contributions": [
"code"
]
}
]
}