From cc68dbb3f016dcc94f0b87e0890c42cbd7e2cf70 Mon Sep 17 00:00:00 2001 From: 3imed-jaberi Date: Sun, 26 Jan 2020 22:14:44 +0100 Subject: [PATCH] =?UTF-8?q?=20add=20all=20contributors=20to=20pkg.json=20?= =?UTF-8?q?=F0=9F=93=8B=20..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ package.json | 90 +++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 81 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a866acd..3ff4d90 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,8 @@ The initial code was largely based on [express-jwt](https://github.com/auth0/exp * [scttcper](https://github.com/scttcper) * [jhnns](https://github.com/jhnns) * [dunnock](https://github.com/dunnock) +* [3imed-jaberi](https://github.com/3imed-jaberi) + ## License diff --git a/package.json b/package.json index 45673d9..098da0d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "koa-jwt", "version": "3.5.1", "description": "Koa JWT authentication middleware.", + "main": "./lib", "types": "types/index.d.ts", "keywords": [ "auth", @@ -21,17 +22,80 @@ "type": "git", "url": "git://github.com/koajs/jwt.git" }, - "bugs": { - "url": "https://github.com/koajs/jwt/issues" - }, - "homepage": "https://github.com/koajs/jwt", - "author": { - "name": "Stian Grytøyr", - "email": "stian@grytoyr.net", - "url": "http://stian.grytoyr.net/" - }, "license": "MIT", - "main": "./lib", + "authors": [ + { + "name": "Stian Grytøyr", + "email": "stian@grytoyr.net", + "url": "http://stian.grytoyr.net/" + }, + { + "name": "Scott Donnelly", + "url": "http://scott.donnel.ly/" + } + ], + "contributors": [ + { + "name": "Jesús Rodríguez", + "email": "Foxandxss@gmail.com", + "url": "http://angular-tips.com/" + }, + { + "name": "Teoman Soygul", + "url": "http://soygul.com" + }, + { + "name": "Charlike Mike Reagent", + "email": "hello@tunnckocore.com", + "url": "https://tunnckoCore.com" + }, + { + "name": "Getulio Romão Campos Junior", + "email": "gromao@gmail.com", + "url": "https://github.com/getuliojr" + }, + { + "name": "Cesar Andreu", + "email": "cesarandreu@gmail.com", + "url": "https://cesarandreu.com" + }, + { + "name": "Michael Westphal", + "url": "https://github.com/michaelwestphal" + }, + { + "name": "Jackong", + "url": "https://github.com/Jackong" + }, + { + "name": "Daniel Kennedy", + "url": "https://github.com/danwkennedy" + }, + { + "name": "Nicolás Fantone", + "email": "contact@nfantone.dev", + "url": "https://github.com/nfantone" + }, + { + "name": "Scott Cooper", + "email": "scttcper@gmail.com", + "url": "https://github.com/scttcper" + }, + { + "name": "Johannes Ewald", + "email": "mail@johannesewald.de", + "url": "https://github.com/jhnns" + }, + { + "name": "Maxim Vorobjov", + "url": "https://github.com/dunnock" + }, + { + "name": "Imed Jaberi", + "email": "imed_jebari@hotmail.fr", + "url": "https://github.com/3imed-jaberi" + } + ], "nyc": { "reporter": [ "lcov", @@ -57,5 +121,9 @@ "scripts": { "test": "mocha --reporter spec test/test.js --exit", "test-cov": "nyc npm run test" - } + }, + "bugs": { + "url": "https://github.com/koajs/jwt/issues" + }, + "homepage": "https://github.com/koajs/jwt" }