@mahoski/passport-jwt
Version:
Passport authentication strategy using JSON Web Tokens
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "@mahoski/passport-jwt",
"version": "4.0.0",
"description": "Passport authentication strategy using JSON Web Tokens",
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --require test/bootstrap test/*test.js",
"testcov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --require test/bootstrap test/*test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ryanm/passport-jwt.git"
},
"keywords": [
"Passport",
"Strategy",
"JSON",
"Web",
"Token",
"JWT"
],
"author": "Ryan Mahoski",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanm/passport-jwt/issues"
},
"homepage": "https://github.com/ryanm/passport-jwt",
"devDependencies": {
"chai": "^3.0.0",
"chai-passport-strategy": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"sinon": "^1.0.0"
},
"dependencies": {
"jsonwebtoken": "^8.2.0",
"passport-strategy": "^1.0.0"
}
}