gotty/.all-contributorsrc

25 lines
516 B
Plaintext
Raw Normal View History

2021-04-25 15:33:30 +00:00
{
"projectName": "gotty",
"projectOwner": "sorenisanerd",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
2021-04-25 15:34:50 +00:00
"contributors": [
{
"login": "yudai",
"name": "Iwasaki Yudai",
"avatar_url": "https://avatars.githubusercontent.com/u/33192?v=4",
"profile": "https://yudai.arielworks.com/",
"contributions": [
"code"
]
}
],
2021-04-25 15:33:30 +00:00
"contributorsPerLine": 7
}