From 473313d348bed333f47be444de6133295c0786e3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2019 09:32:18 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..26379e1 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "beardaway", + "name": "Conrad Sopala", + "avatar_url": "https://avatars3.githubusercontent.com/u/11062800?v=4", + "profile": "https://twitter.com/beardaway", + "contributions": [ + "review", + "maintenance" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "auth0-socketio-jwt", + "projectOwner": "auth0-community", + "repoType": "github", + "repoHost": "https://github.com" +}