1
0
Fork 0
mirror of https://github.com/HackHerz/pusher synced 2025-12-06 02:10:19 +00:00

Added acknowledgement for contributors to README

This commit is contained in:
Daniel Stein 2018-02-17 14:49:15 +01:00
parent d0a1fa6029
commit d2fdc88270
No known key found for this signature in database
GPG key ID: 877E81B790A1E083
2 changed files with 55 additions and 0 deletions

39
.all-contributorsrc Normal file
View file

@ -0,0 +1,39 @@
{
"projectName": "pusher",
"projectOwner": "hackherz",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "nlohmann",
"name": "Niels Lohmann",
"avatar_url": "https://avatars2.githubusercontent.com/u/159488?v=4",
"profile": "http:/nlohmann.me",
"contributions": [
"code"
]
},
{
"login": "jamesterjim",
"name": "James Rose",
"avatar_url": "https://avatars1.githubusercontent.com/u/1824603?v=4",
"profile": "http://jameserose.co.uk",
"contributions": [
"doc"
]
},
{
"login": "HackHerz",
"name": "Daniel Stein",
"avatar_url": "https://avatars1.githubusercontent.com/u/2885148?v=4",
"profile": "https://hackherz.com/",
"contributions": [
"code",
"doc"
]
}
]
}