-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 926 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
33
{
"name": "npm-auth0-authorizer",
"version": "1.0.1",
"description": "Auth0 JWT Authorizer for serverless framework and nodejs projects",
"scripts": {
"test": "mocha --timeout 5000 --recursive --require babel-register --require dotenv/config --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vin65/npm-auth0-authorizer"
},
"author": "Lucas Klaassen",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vin65/npm-auth0-authorizer/issues"
},
"homepage": "https://github.com/Vin65/npm-auth0-authorizer#readme",
"dependencies": {
"jwks-rsa": "1.2.1",
"jsonwebtoken": "8.1.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-polyfill": "6.26.0"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.5.3",
"request": "2.83.0",
"request-promise": "4.2.1",
"dotenv": "4.0.0"
}
}