-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.09 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
48
49
50
51
{
"name": "hapi-saml-sp",
"version": "0.1.4",
"description": "A Hapi plugin to wrap passport-saml for use as a SAML Service Provider",
"main": "lib/index.js",
"engines": {
"node": ">=14.0.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/theoryandprinciple/hapi-saml-sp.git"
},
"scripts": {
"lint": "eslint ."
},
"keywords": [
"saml",
"sso",
"hapi"
],
"contributors": [
{
"name": "Rogelio Morrell",
"url": "https://github.com/molekilla/"
},
{
"name": "Matt Boutet",
"url": "https://github.com/mattboutet/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/theoryandprinciple/hapi-saml-sp/issues"
},
"homepage": "https://github.com/theoryandprinciple/hapi-saml-sp",
"dependencies": {
"@hapi/boom": "^10.0.0",
"passport-saml": "^3.2.3"
},
"peerDependencies": {
"@hapi/hapi": "^20.2.2"
},
"devDependencies": {
"@hapi/eslint-plugin": "^6.0.0",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.25.0"
}
}