CoastalCommitsPastes/server/node_modules/express-jwt/package.json
2022-03-06 16:46:59 -08:00

47 lines
932 B
JSON

{
"name": "express-jwt",
"version": "6.1.1",
"description": "JWT authentication middleware.",
"keywords": [
"auth",
"authn",
"authentication",
"authz",
"authorization",
"http",
"jwt",
"token",
"oauth",
"express"
],
"repository": {
"type": "git",
"url": "git://github.com/auth0/express-jwt.git"
},
"bugs": {
"url": "http://github.com/auth0/express-jwt/issues"
},
"author": {
"name": "Matias Woloski",
"email": "matias@auth0.com",
"url": "https://www.auth0.com/"
},
"license": "MIT",
"main": "./lib",
"dependencies": {
"async": "^1.5.0",
"express-unless": "^1.0.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"conventional-changelog": "~1.1.0",
"mocha": "^7.1.1"
},
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec"
}
}