-
Notifications
You must be signed in to change notification settings - Fork 159
/
.all-contributorsrc
36 lines (36 loc) · 1.17 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
{
"projectName": "mathy",
"projectOwner": "justindujardin",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"website/docs/index.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "justindujardin",
"name": "Justin DuJardin",
"avatar_url": "https://avatars0.githubusercontent.com/u/101493?v=4",
"profile": "https://www.justindujardin.com/",
"contributions": [
"code"
]
},
{
"login": "Guillemdb",
"name": "Guillem Duran Ballester",
"avatar_url": "https://avatars3.githubusercontent.com/u/7149899?v=4",
"profile": "https://twitter.com/Miau_DB",
"contributions": [
"code"
]
}
],
"skipCi": true,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a target=\"_blank\" href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>"
}