generated from foambubble/foam-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
35 lines (35 loc) · 1.13 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
{
"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": "jevakallio",
"name": "Jani Eväkallio",
"avatar_url": "https://avatars1.githubusercontent.com/u/1203949?v=4",
"profile": "https://jevakallio.dev",
"contributions": [
"doc"
]
},
{
"login": "StefanOpariuc",
"name": "StefanOpariuc",
"avatar_url": "https://avatars3.githubusercontent.com/u/13435041?v=4",
"profile": "https://github.com/StefanOpariuc",
"contributions": [
"doc"
]
}
],
"projectName": "concepts",
"projectOwner": "tslim",
"repoType": "github",
"repoHost": "https://github.com"
}