|
1 | | -{ |
2 | | - "files": ["README.md"], |
3 | | - "imageSize": 100, |
4 | | - "commit": false, |
5 | | - "contributorsPerLine": 7, |
6 | | - "projectName": "al-folio", |
7 | | - "projectOwner": "alshedivat", |
8 | | - "repoType": "github", |
9 | | - "repoHost": "https://github.com", |
10 | | - "badgeTemplate": "[core_contributors]: https://img.shields.io/badge/core_contributors-<%= contributors.length %>-orange.svg 'Number of core contributors'", |
11 | | - "contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>", |
12 | | - "skipCi": true, |
13 | | - "contributors": [ |
14 | | - { |
15 | | - "login": "alshedivat", |
16 | | - "name": "Maruan", |
17 | | - "avatar_url": "https://avatars.githubusercontent.com/u/2126561?v=4", |
18 | | - "profile": "http://maruan.alshedivat.com", |
19 | | - "contributions": ["design", "code"] |
20 | | - }, |
21 | | - { |
22 | | - "login": "rohandebsarkar", |
23 | | - "name": "Rohan Deb Sarkar", |
24 | | - "avatar_url": "https://avatars.githubusercontent.com/u/50144004?v=4", |
25 | | - "profile": "http://rohandebsarkar.github.io", |
26 | | - "contributions": ["code"] |
27 | | - }, |
28 | | - { |
29 | | - "login": "pourmand1376", |
30 | | - "name": "Amir Pourmand", |
31 | | - "avatar_url": "https://avatars.githubusercontent.com/u/32064808?v=4", |
32 | | - "profile": "https://amirpourmand.ir", |
33 | | - "contributions": ["code"] |
34 | | - }, |
35 | | - { |
36 | | - "login": "george-gca", |
37 | | - "name": "George", |
38 | | - "avatar_url": "https://avatars.githubusercontent.com/u/31376482?v=4", |
39 | | - "profile": "https://george-gca.github.io/", |
40 | | - "contributions": ["code"] |
41 | | - } |
42 | | - ], |
43 | | - "commitConvention": "angular" |
44 | | -} |
| 1 | +{ |
| 2 | + "files": ["README.md"], |
| 3 | + "imageSize": 100, |
| 4 | + "commit": false, |
| 5 | + "contributorsPerLine": 7, |
| 6 | + "projectName": "al-folio", |
| 7 | + "projectOwner": "alshedivat", |
| 8 | + "repoType": "github", |
| 9 | + "repoHost": "https://github.com", |
| 10 | + "badgeTemplate": "[core_contributors]: https://img.shields.io/badge/core_contributors-<%= contributors.length %>-orange.svg 'Number of core contributors'", |
| 11 | + "contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>", |
| 12 | + "skipCi": true, |
| 13 | + "contributors": [ |
| 14 | + { |
| 15 | + "login": "alshedivat", |
| 16 | + "name": "Maruan", |
| 17 | + "avatar_url": "https://avatars.githubusercontent.com/u/2126561?v=4", |
| 18 | + "profile": "http://maruan.alshedivat.com", |
| 19 | + "contributions": ["design", "code"] |
| 20 | + }, |
| 21 | + { |
| 22 | + "login": "rohandebsarkar", |
| 23 | + "name": "Rohan Deb Sarkar", |
| 24 | + "avatar_url": "https://avatars.githubusercontent.com/u/50144004?v=4", |
| 25 | + "profile": "http://rohandebsarkar.github.io", |
| 26 | + "contributions": ["code"] |
| 27 | + }, |
| 28 | + { |
| 29 | + "login": "pourmand1376", |
| 30 | + "name": "Amir Pourmand", |
| 31 | + "avatar_url": "https://avatars.githubusercontent.com/u/32064808?v=4", |
| 32 | + "profile": "https://amirpourmand.ir", |
| 33 | + "contributions": ["code"] |
| 34 | + }, |
| 35 | + { |
| 36 | + "login": "george-gca", |
| 37 | + "name": "George", |
| 38 | + "avatar_url": "https://avatars.githubusercontent.com/u/31376482?v=4", |
| 39 | + "profile": "https://george-gca.github.io/", |
| 40 | + "contributions": ["code"] |
| 41 | + } |
| 42 | + ], |
| 43 | + "commitConvention": "angular" |
| 44 | +} |
0 commit comments