-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
52
53
{
"name": "hapi-saml-sp-demo",
"version": "0.0.1",
"description": "A demo app to show the basic functioning of hapi-saml-sp",
"author": "Matt Boutet <[email protected]>",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "node server",
"test": "lab -a @hapi/code -L",
"lint": "eslint ."
},
"dependencies": {
"@hapi/boom": "9.1.4",
"@hapipal/haute-couture": "4.x.x",
"hapi-saml-sp": "^0.1.2",
"joi": "17.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/eslint-config-hapi": "13.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/glue": "8.x.x",
"@hapi/hapi": "^20.2.2",
"@hapi/lab": "^24.3.2",
"@hapipal/confidence": "6.x.x",
"@hapipal/hpal": "3.x.x",
"@hapipal/hpal-debug": "2.x.x",
"@hapipal/toys": "3.x.x",
"babel-eslint": "10.x.x",
"dotenv": "^8.6.0",
"eslint": "^7.32.0",
"exiting": "6.x.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theoryandprinciple/hapi-saml-sp-demo.git"
},
"keywords": [
"saml",
"hapi",
"sp",
"demo"
],
"bugs": {
"url": "https://github.com/theoryandprinciple/hapi-saml-sp-demo/issues"
},
"homepage": "https://github.com/theoryandprinciple/hapi-saml-sp-demo#readme"
}