hapi-cas
Version:
An authorization plugin for Hapi that implements JASIG CAS authentication.
40 lines (39 loc) • 955 B
JSON
{
"name": "hapi-cas",
"version": "0.9.1",
"description": "An authorization plugin for Hapi that implements JASIG CAS authentication.",
"main": "plugin.js",
"scripts": {
"test": "standard plugin.js test/*.js && node test/index.js",
"doc": "jsdoc2md plugin.js > api.md"
},
"keywords": [
"hapi",
"cas",
"jasig",
"apereo"
],
"author": "James Sumners",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jsumners/hapi-cas.git"
},
"homepage": "https://github.com/jsumners/hapi-cas#readme",
"dependencies": {
"abstract-logging": "^1.0.0",
"boom": "^5.1.0",
"dot-prop": "^4.1.1",
"hoek": "^4.2.0",
"joi": "^10.6.0",
"simple-cas-interface": "^1.0.2"
},
"devDependencies": {
"hapi": "^16.4.3",
"hapi-easy-session": "^1.0.0",
"jsdoc-to-markdown": "^3.0.0",
"pino": "^4.7.1",
"request": "^2.81.0",
"standard": "^10.0.2"
}
}