-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 885 Bytes
/
package.json
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
{
"name": "passport-keycloak-oauth2-oidc",
"version": "1.0.5",
"description": "A Passport.js strategy for authenticating with Keycloak using the OAuth2/OIDC API",
"main": "./lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louie007/passport-keycloak-oauth2-oidc.git"
},
"keywords": [
"passport",
"keycloak",
"oauth2",
"oidc"
],
"author": "Louis Bao",
"license": "MIT",
"bugs": {
"url": "https://github.com/louie007/passport-keycloak-oauth2-oidc/issues"
},
"homepage": "https://github.com/louie007/passport-keycloak-oauth2-oidc#readme",
"dependencies": {
"lodash": "^4.17.20",
"passport-oauth2": "^1.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-passport-strategy": "^1.0.1",
"make-node": "^0.4.6",
"mocha": "^6.2.3"
}
}