UNPKG

@pixelygroup/keycloak-koa-connect

Version:
51 lines 1.27 kB
{ "name": "@pixelygroup/keycloak-koa-connect", "version": "0.9.8", "description": "keycloak koa oauth jsonWebToken", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "version-x": "node ./bin/index", "version-major": "version-x -m", "version-minor": "version-x -i", "version-patch": "version-x -p" }, "keywords": [ "sso", "keycloak", "oauth", "oauth2.0", "authentication", "koa", "pixely group" ], "author": "xrian", "license": "Apache-2.0", "contributors": [ "Lubos Krystynek <l.krystynek@pixely.group> (https://pixely.group)" ], "dependencies": { "jwk-to-pem": "^2.0.0" }, "devDependencies": { "@pixelygroup/version-x": "^0.3.3", "@types/node": "^10.17.13", "koa": "^2.5.2", "koa-router": "^7.4.0", "koa-session": "^5.8.2", "ts-node": "^7.0.0", "tslint": "~5.10.0", "typescript": "~2.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/pixelygroup/keycloak-koa-connect.git" }, "bugs": { "url": "https://github.com/pixelygroup/keycloak-koa-connect/issues" }, "homepage": "https://github.com/pixelygroup/keycloak-koa-connect#readme", "directories": { "test": "test" } }