-
-
Notifications
You must be signed in to change notification settings - Fork 265
/
.all-contributorsrc
114 lines (114 loc) · 3.2 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
112
113
114
{
"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>",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"skipCi": true,
"contributors": [
{
"login": "edieblu",
"name": "edieblu",
"avatar_url": "https://avatars.githubusercontent.com/u/17270662?v=4",
"profile": "http://includejs.dev",
"contributions": [
"content"
]
},
{
"login": "AlbertoMontalesi",
"name": "AlbertoM",
"avatar_url": "https://avatars.githubusercontent.com/u/23130353?v=4",
"profile": "https://inspiredwebdev.com",
"contributions": [
"content"
]
},
{
"login": "astv99",
"name": "Stephen Ham",
"avatar_url": "https://avatars.githubusercontent.com/u/5325089?v=4",
"profile": "https://github.com/astv99",
"contributions": [
"content"
]
},
{
"login": "nyilynnhtwe",
"name": "NyiLynnHtwe",
"avatar_url": "https://avatars.githubusercontent.com/u/26655762?v=4",
"profile": "https://github.com/nyilynnhtwe",
"contributions": [
"content"
]
},
{
"login": "geocine",
"name": "Aivan Monceller",
"avatar_url": "https://avatars.githubusercontent.com/u/507464?v=4",
"profile": "http://aivan.io",
"contributions": [
"content"
]
},
{
"login": "Yusadolat",
"name": "Yusuf Adeyemo",
"avatar_url": "https://avatars.githubusercontent.com/u/10975011?v=4",
"profile": "https://yusadolat.netlify.app",
"contributions": [
"content"
]
},
{
"login": "webb04",
"name": "Jamie Webb",
"avatar_url": "https://avatars.githubusercontent.com/u/11618797?v=4",
"profile": "https://github.com/webb04",
"contributions": [
"content"
]
},
{
"login": "Damiloju",
"name": "Dami",
"avatar_url": "https://avatars.githubusercontent.com/u/23188730?v=4",
"profile": "https://github.com/Damiloju",
"contributions": [
"content"
]
},
{
"login": "leoruhland",
"name": "Leonardo Ruhland",
"avatar_url": "https://avatars.githubusercontent.com/u/1785552?v=4",
"profile": "http://www.djamba.com.br",
"contributions": [
"code"
]
},
{
"login": "ujjalacharya",
"name": "Ujjal Acharya",
"avatar_url": "https://avatars.githubusercontent.com/u/19649166?v=4",
"profile": "http://instagram.com/acharya.uzzol",
"contributions": [
"content"
]
}
],
"projectName": "js-dev-reads",
"projectOwner": "twhite96",
"repoType": "github",
"repoHost": "https://github.com"
}