authweiler
Version:
A full-flegded 0Auth2.0 HTTP proxy server
53 lines (52 loc) • 1.1 kB
JSON
{
"name": "authweiler",
"version": "0.1.20",
"description": "A full-flegded 0Auth2.0 HTTP proxy server",
"main": "index.js",
"bin": {
"aw": "./bin/index.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "jest test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigmeech/authweiler.git"
},
"keywords": [
"0Auth2.0",
"Implicit",
"Open Id",
"CIBA",
"FAPI1",
"FAPI2",
"Connect",
"JWT"
],
"author": "Larry Eliemenye",
"license": "ISC",
"bugs": {
"url": "https://github.com/bigmeech/authweiler/issues"
},
"homepage": "https://github.com/bigmeech/authweiler#readme",
"dependencies": {
"debug": "^4.1.1",
"eccrypto": "^1.1.2",
"fastify": "^2.10.0",
"fastify-helmet": "^3.0.2",
"inquirer": "^7.0.0",
"ioredis": "^4.14.1",
"jsonwebtoken": "^8.5.1",
"leveldown": "^5.4.1",
"levelup": "^4.3.2",
"pino": "^5.13.6",
"pino-pretty": "^3.3.0",
"yamljs": "^0.3.0",
"yargonaut": "^1.1.4",
"yargs": "^14.2.0"
}
}