|
1 | 1 | {
|
2 |
| - "badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg\" />", |
3 |
| - "commit": false, |
4 |
| - "commitConvention": "angular", |
5 |
| - "contributors": [ |
6 |
| - { |
7 |
| - "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", |
8 |
| - "contributions": [ |
9 |
| - "bug", |
10 |
| - "code", |
11 |
| - "content", |
12 |
| - "example", |
13 |
| - "ideas", |
14 |
| - "infra", |
15 |
| - "maintenance", |
16 |
| - "platform", |
17 |
| - "projectManagement", |
18 |
| - "review", |
19 |
| - "security", |
20 |
| - "tool", |
21 |
| - "test" |
22 |
| - ], |
23 |
| - "login": "JoshuaKGoldberg", |
24 |
| - "name": "Josh Goldberg", |
25 |
| - "profile": "http://www.joshuakgoldberg.com" |
26 |
| - }, |
27 |
| - { |
28 |
| - "login": "sinchang", |
29 |
| - "name": "Jeff Wen", |
30 |
| - "avatar_url": "https://avatars.githubusercontent.com/u/3297859?v=4", |
31 |
| - "profile": "https://sinchang.me", |
32 |
| - "contributions": ["tool"] |
33 |
| - }, |
34 |
| - { |
35 |
| - "login": "Pinjasaur", |
36 |
| - "name": "Paul Esch-Laurent", |
37 |
| - "avatar_url": "https://avatars.githubusercontent.com/u/6335792?v=4", |
38 |
| - "profile": "https://paulisaweso.me/", |
39 |
| - "contributions": ["tool"] |
40 |
| - } |
41 |
| - ], |
42 |
| - "contributorsPerLine": 7, |
43 |
| - "files": ["README.md"], |
44 |
| - "imageSize": 100, |
45 |
| - "projectName": "template-typescript-node-package", |
46 |
| - "projectOwner": "JoshuaKGoldberg", |
47 |
| - "repoHost": "https://github.com", |
48 |
| - "repoType": "github", |
49 |
| - "skipCi": true |
| 2 | + "badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg\" />", |
| 3 | + "commit": false, |
| 4 | + "commitConvention": "angular", |
| 5 | + "contributors": [ |
| 6 | + { |
| 7 | + "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", |
| 8 | + "contributions": [ |
| 9 | + "bug", |
| 10 | + "code", |
| 11 | + "content", |
| 12 | + "example", |
| 13 | + "ideas", |
| 14 | + "infra", |
| 15 | + "maintenance", |
| 16 | + "platform", |
| 17 | + "projectManagement", |
| 18 | + "review", |
| 19 | + "security", |
| 20 | + "tool", |
| 21 | + "test" |
| 22 | + ], |
| 23 | + "login": "JoshuaKGoldberg", |
| 24 | + "name": "Josh Goldberg", |
| 25 | + "profile": "http://www.joshuakgoldberg.com" |
| 26 | + }, |
| 27 | + { |
| 28 | + "login": "sinchang", |
| 29 | + "name": "Jeff Wen", |
| 30 | + "avatar_url": "https://avatars.githubusercontent.com/u/3297859?v=4", |
| 31 | + "profile": "https://sinchang.me", |
| 32 | + "contributions": [ |
| 33 | + "tool" |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "login": "Pinjasaur", |
| 38 | + "name": "Paul Esch-Laurent", |
| 39 | + "avatar_url": "https://avatars.githubusercontent.com/u/6335792?v=4", |
| 40 | + "profile": "https://paulisaweso.me/", |
| 41 | + "contributions": [ |
| 42 | + "tool" |
| 43 | + ] |
| 44 | + }, |
| 45 | + { |
| 46 | + "login": "NazCodeland", |
| 47 | + "name": "NazCodeland", |
| 48 | + "avatar_url": "https://avatars.githubusercontent.com/u/113494366?v=4", |
| 49 | + "profile": "https://github.com/NazCodeland", |
| 50 | + "contributions": [ |
| 51 | + "tool" |
| 52 | + ] |
| 53 | + } |
| 54 | + ], |
| 55 | + "contributorsPerLine": 7, |
| 56 | + "files": [ |
| 57 | + "README.md" |
| 58 | + ], |
| 59 | + "imageSize": 100, |
| 60 | + "projectName": "template-typescript-node-package", |
| 61 | + "projectOwner": "JoshuaKGoldberg", |
| 62 | + "repoHost": "https://github.com", |
| 63 | + "repoType": "github", |
| 64 | + "skipCi": true |
50 | 65 | }
|
0 commit comments