diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..92dbfc7 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "projectName": "logdna-winston", + "projectOwner": "logdna", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "respectus", + "name": "Muaz Siddiqui", + "avatar_url": "https://avatars.githubusercontent.com/u/1046364?v=4", + "profile": "https://github.com/respectus", + "contributions": [ + "code", + "doc" + ] + } + ], + "contributorsPerLine": 7 +}