-
Notifications
You must be signed in to change notification settings - Fork 130
/
.all-contributorsrc
110 lines (110 loc) · 3.02 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
{
"projectName": "awesome-fullstack-tutorials",
"projectOwner": "fullstackio",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 140,
"commit": true,
"contributorTemplate": "<a href='<%= contributor.profile %>'><img src='<%= contributor.avatar_url %>' width='<%= options.imageSize %>px;'/><h4 align='center'><a href='<%= contributor.profile %>'><%= contributor.name %></a></h4>",
"contributorsPerLine": 5,
"contributors": [
{
"login": "jashmenn",
"name": "Nate Murray",
"avatar_url": "https://avatars2.githubusercontent.com/u/4318?v=4",
"profile": "https://newline.co",
"contributions": [
"blog"
]
},
{
"login": "djirdehh",
"name": "Hassan Djirdeh",
"avatar_url": "https://avatars2.githubusercontent.com/u/12476938?v=4",
"profile": "http://www.hassandjirdeh.com",
"contributions": [
"blog"
]
},
{
"login": "MarinkoSpasojevic",
"name": "MarinkoSpasojevic",
"avatar_url": "https://avatars3.githubusercontent.com/u/36244468?v=4",
"profile": "https://github.com/MarinkoSpasojevic",
"contributions": [
"blog"
]
},
{
"login": "chuckeles",
"name": "Martin Jakubik",
"avatar_url": "https://avatars3.githubusercontent.com/u/4700122?v=4",
"profile": "https://github.com/chuckeles",
"contributions": [
"blog"
]
},
{
"login": "you",
"name": "...and you?",
"avatar_url": "https://raw.githubusercontent.com/fullstackio/awesome-fullstack-tutorials/wip/readme/doc/img/and-you-profile-image.png",
"profile": "#contributing",
"contributions": [
"blog"
]
},
{
"login": "NetanelBasal",
"name": "Netanel Basal",
"avatar_url": "https://avatars1.githubusercontent.com/u/6745730?v=4",
"profile": "https://www.netbasal.com",
"contributions": [
"code",
"blog"
]
},
{
"login": "FabianGosebrink",
"name": "Fabian Gosebrink",
"avatar_url": "https://avatars3.githubusercontent.com/u/11268349?v=4",
"profile": "https://offering.solutions/",
"contributions": [
"blog",
"code"
]
},
{
"login": "bodrovis",
"name": "Ilya Bodrov-Krukowski",
"avatar_url": "https://avatars2.githubusercontent.com/u/646942?v=4",
"profile": "http://bodrovis.tech",
"contributions": [
"blog",
"code"
]
},
{
"login": "brandiqa",
"name": "Michael Wanyoike",
"avatar_url": "https://avatars1.githubusercontent.com/u/14043400?v=4",
"profile": "https://www.sitepoint.com/author/mwanyoike/",
"contributions": [
"blog",
"code"
]
},
{
"login": "yomete",
"name": "Yomi Eluwande",
"avatar_url": "https://avatars1.githubusercontent.com/u/9016992?v=4",
"profile": "http://yomieluwande.me",
"contributions": [
"blog",
"code"
]
}
]
}