UNPKG

x2node-ws-auth-jwt

Version:
43 lines (42 loc) 980 B
{ "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" } }