UNPKG

934 BJSONView Raw
1{
2 "name": "express-jwt",
3 "version": "5.3.3",
4 "description": "JWT authentication middleware.",
5 "keywords": [
6 "auth",
7 "authn",
8 "authentication",
9 "authz",
10 "authorization",
11 "http",
12 "jwt",
13 "token",
14 "oauth",
15 "express"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/auth0/express-jwt.git"
20 },
21 "bugs": {
22 "url": "http://github.com/auth0/express-jwt/issues"
23 },
24 "author": {
25 "name": "Matias Woloski",
26 "email": "matias@auth0.com",
27 "url": "https://www.auth0.com/"
28 },
29 "license": "MIT",
30 "main": "./lib",
31 "dependencies": {
32 "async": "^1.5.0",
33 "express-unless": "^0.3.0",
34 "jsonwebtoken": "^8.1.0",
35 "lodash.set": "^4.0.0"
36 },
37 "devDependencies": {
38 "conventional-changelog": "~1.1.0",
39 "mocha": "^7.1.1"
40 },
41 "engines": {
42 "node": ">= 0.4.0"
43 },
44 "scripts": {
45 "test": "node_modules/.bin/mocha --reporter spec"
46 }
47}