all-contributors-cli/.all-contributorsrc
2016-03-20 20:33:01 +01:00

26 lines
599 B
JSON

{
"projectOwner": "jfmengels"
, "projectName": "all-contributors-cli"
, "contributors": [
{
"login": "jfmengels"
, "name": "Jeroen Engels"
, "avatar_url": "https://avatars.githubusercontent.com/u/3869412?v=3"
, "profile": "https://github.com/jfmengels"
, "contributions": [
"code"
, "doc"
, "test"
]
}
, {
"login": "kentcdodds"
, "name": "Kent C. Dodds"
, "avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3"
, "profile": "http://kentcdodds.com/"
, "contributions": [
"doc"
]
}
]
}