@articulate/hapi-authentic
Version:
A hapi 16.x JWT/Bearer auth plugin using [@articulate/authentic](https://github.com/articulate/authentic).
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@articulate/hapi-authentic",
"version": "0.0.4",
"description": "A hapi 16.x JWT/Bearer auth plugin using [@articulate/authentic](https://github.com/articulate/authentic).",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "lab -a code -v -t 100",
"test:ci": "yarn test && yarn lint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/articulate/hapi-authentic.git"
},
"keywords": [
"hapi",
"auth",
"authentic",
"plugin"
],
"author": "engineering@articulate.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/articulate/hapi-authentic/issues"
},
"homepage": "https://github.com/articulate/hapi-authentic#readme",
"dependencies": {
"@articulate/authentic": "^1.1.0",
"boom": "^7.2.0",
"hoek": "^5.0.3"
},
"devDependencies": {
"code": "^5.2.0",
"eslint": "^5.1.0",
"hapi": "^16",
"lab": "^15.5.0",
"mockery": "^2.1.0",
"sinon": "^6.1.3"
},
"resolutions": {
"cryptiles": "^3.0.0"
}
}