1 | {
|
2 | "files": [
|
3 | "README.md"
|
4 | ],
|
5 | "imageSize": 100,
|
6 | "contributorsPerLine": 7,
|
7 | "contributorsSortAlphabetically": false,
|
8 | "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
|
9 | "contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
|
10 | "types": {
|
11 | "custom": {
|
12 | "symbol": "ðŸ”",
|
13 | "description": "A custom contribution type.",
|
14 | "link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
15 | }
|
16 | },
|
17 | "skipCi": true,
|
18 | "contributors": [
|
19 | {
|
20 | "login": "technikhil314",
|
21 | "name": "nikhil.001mehta",
|
22 | "avatar_url": "https://avatars1.githubusercontent.com/u/6815560?v=4",
|
23 | "profile": "https://technikhil314.github.io",
|
24 | "contributions": [
|
25 | "projectManagement"
|
26 | ]
|
27 | }
|
28 | ],
|
29 | "projectName": "auto-badger",
|
30 | "projectOwner": "technikhil314",
|
31 | "repoType": "github",
|
32 | "repoHost": "https://github.com"
|
33 | }
|