-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
29 lines (29 loc) · 997 Bytes
/
.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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "sugatoray",
"name": "Sugato Ray",
"avatar_url": "https://avatars.githubusercontent.com/u/10201242?v=4",
"profile": "https://www.linkedin.com/in/sugatoray/",
"contributions": [
"code",
"doc",
"ideas",
"infra",
"maintenance",
]
},
],
"contributorsPerLine": 7,
"projectName": "genespeak",
"projectOwner": "sugatoray",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"badgeTemplate": "<p align=\"center\">\n <a href=\"#contributors-\">\n <img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square\">\n </a>\n <a href=\"https://github.com/sugatoray/genespeak/blob/master/LICENSE\">\n <img src=\"https://img.shields.io/github/license/sugatoray/genespeak?logo=github&style=flat&color=green\">\n </a>\n</p>"
}