forked from jouke/loopback-auth0-jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 795 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "loopback-auth0-jwt",
"version": "1.0.2",
"description": "Loopback middleware to use Auth0's JWT to Loopback Users and accessTokens",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jouke/loopback-auth0-jwt.git"
},
"keywords": [
"loopback",
"strongloop",
"jwt",
"auth0",
"authentication",
"middleware"
],
"author": "Jouke Visser ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/jouke/loopback-auth0-jwt/issues"
},
"homepage": "https://github.com/jouke/loopback-auth0-jwt#readme",
"dependencies": {
"bluebird": "^3.3.4",
"express-jwt": "^3.3.0",
"uuid": "^2.0.1"
}
}