@hapi/jwt
Version:
JWT (JSON Web Token) Authentication
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "@hapi/jwt",
"description": "JWT (JSON Web Token) Authentication",
"version": "3.2.3",
"repository": "git://github.com/hapijs/jwt",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"jwt",
"authentication",
"plugin",
"hapi"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/b64": "^6.0.1",
"@hapi/boom": "^10.0.1",
"@hapi/bounce": "^3.0.2",
"@hapi/bourne": "^3.0.0",
"@hapi/catbox-object": "^3.0.1",
"@hapi/cryptiles": "^6.0.3",
"@hapi/hoek": "^10.0.1",
"@hapi/wreck": "^18.1.0",
"ecdsa-sig-formatter": "^1.0.11",
"joi": "^17.13.3"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hapi": "^21.4.4",
"@hapi/lab": "^25.3.2",
"node-forge": "^1.3.3",
"node-rsa": "^1.1.1"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 10000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}