mirror of
https://github.com/starship/starship
synced 2024-11-02 14:04:54 +00:00
b2edadce05
* docs: update README.md * docs: update .all-contributorsrc
94 lines
2.4 KiB
JSON
94 lines
2.4 KiB
JSON
{
|
||
"projectName": "starship",
|
||
"projectOwner": "starship",
|
||
"repoType": "github",
|
||
"repoHost": "https://github.com",
|
||
"files": [
|
||
"README.md"
|
||
],
|
||
"badgeTemplate": "<a href=\"#contributors\"><img src=\"https://badgen.net/badge/all%20contributors/<%= contributors.length %>/orange\" alt=\"All Contributors\"></a>",
|
||
"commitConvention": "angular",
|
||
"contributors": [
|
||
{
|
||
"login": "matchai",
|
||
"name": "Matan Kushner",
|
||
"avatar_url": "https://avatars0.githubusercontent.com/u/4658208?v=4",
|
||
"profile": "https://twitter.com/matchai",
|
||
"contributions": [
|
||
"code",
|
||
"design",
|
||
"ideas",
|
||
"infra",
|
||
"maintenance",
|
||
"review",
|
||
"test"
|
||
]
|
||
},
|
||
{
|
||
"login": "johnletey",
|
||
"name": "John Letey",
|
||
"avatar_url": "https://avatars0.githubusercontent.com/u/30328854?v=4",
|
||
"profile": "https://github.com/johnletey",
|
||
"contributions": [
|
||
"code",
|
||
"ideas",
|
||
"review",
|
||
"test"
|
||
]
|
||
},
|
||
{
|
||
"login": "Multimo",
|
||
"name": "Tim Mulqueen",
|
||
"avatar_url": "https://avatars1.githubusercontent.com/u/6132021?v=4",
|
||
"profile": "http://timmulqueen.com",
|
||
"contributions": [
|
||
"code",
|
||
"ideas",
|
||
"review",
|
||
"test"
|
||
]
|
||
},
|
||
{
|
||
"login": "sirMerr",
|
||
"name": "Tiffany Le-Nguyen",
|
||
"avatar_url": "https://avatars2.githubusercontent.com/u/11183523?v=4",
|
||
"profile": "https://github.com/sirMerr",
|
||
"contributions": [
|
||
"ideas",
|
||
"maintenance",
|
||
"review"
|
||
]
|
||
},
|
||
{
|
||
"login": "Snuggle",
|
||
"name": "Snuggle",
|
||
"avatar_url": "https://avatars0.githubusercontent.com/u/26250962?v=4",
|
||
"profile": "https://about.snuggi.es",
|
||
"contributions": [
|
||
"design",
|
||
"ideas",
|
||
"maintenance",
|
||
"review"
|
||
]
|
||
},
|
||
{
|
||
"login": "mehcode",
|
||
"name": "Ryan Leckey",
|
||
"avatar_url": "https://avatars1.githubusercontent.com/u/753919?v=4",
|
||
"profile": "https://github.com/mehcode",
|
||
"contributions": [
|
||
"review"
|
||
]
|
||
},
|
||
{
|
||
"login": "youssefhabri",
|
||
"name": "Youssef Habri",
|
||
"avatar_url": "https://avatars3.githubusercontent.com/u/1578005?v=4",
|
||
"profile": "https://github.com/youssefhabri",
|
||
"contributions": [
|
||
"code"
|
||
]
|
||
}
|
||
],
|
||
"contributorsPerLine": 7
|
||
}
|