-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@biker/hapi-auth-oidc",
"version": "0.3.3",
"author": {
"name": "Grégory DELPU",
"email": "[email protected]",
"url": "https://github.com/gdelpu/hapi-auth-oidc"
},
"deprecated": false,
"description": "Hapi authentication scheme for OpenID Connect",
"files": [
"lib"
],
"homepage": "https://github.com/gdelpu/hapi-auth-oidc",
"keywords": [
"openid",
"connect",
"hapi"
],
"scripts": {
"lint": "eslint lib/**/*.js"
},
"bugs": {
"url": "https://github.com/gdelpu/hapi-auth-oidc/issues"
},
"dependencies": {
"@hapi/hoek": "^9.0.4",
"openid-client": "^5.4.0"
},
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/eslint-config-hapi": "^13.0.2",
"@hapi/eslint-plugin-hapi": "^4.3.5",
"@hapi/lab": "^22.0.4",
"coveralls": "^3.0.11",
"eslint": "^6.8.0"
},
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/gdelpu/hapi-auth-oidc.git"
},
"peerDependencies": {
"@biker/hapi-auth-keycloak": "^5.2.0"
}
}