-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 980 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 980 Bytes
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
34
35
36
37
38
39
40
41
42
{
"name": "x2node-ws-auth-jwt",
"version": "1.1.29",
"description": "JWT autnenticator for web services module.",
"keywords": [
"webservice",
"authenticator",
"jwt",
"oauth",
"auth0",
"x2node",
"nodejs"
],
"main": "index.js",
"scripts": {
"test": "eslint .",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boylesoftware/x2node-ws-auth-jwt.git"
},
"author": "Lev Himmelfarb <lev@boylesoftware.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boylesoftware/x2node-ws-auth-jwt/issues"
},
"homepage": "https://github.com/boylesoftware/x2node-ws-auth-jwt#readme",
"engines": {
"node": ">=6.10.3"
},
"dependencies": {
"jws": "^3.2.2",
"rsa-pem-from-mod-exp": "^0.8.4",
"x2node-common": "^1.5.2",
"x2node-ws": "^1.7.11"
},
"devDependencies": {
"eslint": "^6.6.0"
}
}