2019-12-15 01:01:28 +01:00
|
|
|
{
|
2019-12-15 01:07:45 +01:00
|
|
|
"projectName": "ygosim",
|
|
|
|
"projectOwner": "Mateiadrielrafael",
|
|
|
|
"repoType": "github",
|
|
|
|
"repoHost": "https://github.com",
|
|
|
|
"files": [
|
|
|
|
"README.md"
|
|
|
|
],
|
2019-12-15 01:01:28 +01:00
|
|
|
"imageSize": 100,
|
2019-12-15 01:07:45 +01:00
|
|
|
"commit": true,
|
|
|
|
"commitConvention": "gitmoji",
|
|
|
|
"contributors": [],
|
2019-12-15 01:01:28 +01:00
|
|
|
"contributorsPerLine": 7,
|
|
|
|
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
|
|
|
|
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
|
2019-12-15 01:07:45 +01:00
|
|
|
"skipCi": "true"
|
|
|
|
}
|