forked from keycloak/keycloak-nodejs-connect
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "keycloak-koa-connect",
"version": "1.0.5",
"description": "keycloak koa oauth jsonWebToken",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sso",
"keycloak",
"oauth",
"oauth2.0",
"authentication",
"koa"
],
"author": "xrian",
"license": "Apache-2.0",
"dependencies": {
"@types/node": "^10.5.7",
"jwk-to-pem": "^2.0.0"
},
"devDependencies": {
"koa": "^2.5.2",
"ts-node": "^7.0.0",
"tslint": "~5.10.0",
"typescript": "~2.9.2",
"koa-router": "^7.4.0",
"koa-session": "^5.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/xrian/keycloak-koa-connect.git"
},
"bugs": "https://github.com/xrian/keycloak-koa-connect/issues"
}