This repository has been archived by the owner on Jan 9, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.all-contributorsrc
56 lines (56 loc) · 1.67 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
{
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"skipCi": true,
"contributors": [
{
"login": "king601",
"name": "Andrew Fomera",
"avatar_url": "https://avatars1.githubusercontent.com/u/1741179?v=4",
"profile": "https://andrewfomera.com",
"contributions": [
"content"
]
},
{
"login": "andrewmcodes",
"name": "Andrew Mason",
"avatar_url": "https://avatars1.githubusercontent.com/u/18423853?v=4",
"profile": "https://www.andrewm.codes",
"contributions": [
"code",
"content",
"doc",
"design"
]
},
{
"login": "julianrubisch",
"name": "Julian Rubisch",
"avatar_url": "https://avatars0.githubusercontent.com/u/4352208?v=4",
"profile": "http://www.julianrubisch.at",
"contributions": [
"code"
]
},
{
"login": "matthewmayer",
"name": "Matt Mayer",
"avatar_url": "https://avatars1.githubusercontent.com/u/152770?v=4",
"profile": "https://www.mattmayer.com/",
"contributions": [
"content"
]
}
],
"projectName": "ruby-meetup-online",
"projectOwner": "andrewmcodes",
"repoType": "github",
"repoHost": "https://github.com"
}