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