-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 937 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
36
37
38
39
40
41
42
{
"name": "local-saml-idp",
"description": "Test Identity Provider (IdP) for SAML 2.0 Web Browser SSO Profile",
"version": "1.3.0",
"private": true,
"author": "Dan Cheail <[email protected]>",
"keywords": [
"saml",
"idp",
"okta"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cultureamp/local-saml-idp"
},
"bugs": {
"url": "https://github.com/cultureamp/local-saml-idp/issues"
},
"main": "./app.js",
"scripts": {
"start": "node app.js"
},
"bin": "./bin/run.js",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"body-parser": "~1.19.0",
"chalk": "^4.0.0",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"extend": "^3.0.2",
"hbs": "^4.1.1",
"morgan": "^1.10.0",
"samlp": "^6.0.1",
"xml-formatter": "^2.1.0",
"xmldom": "^0.5.0",
"yargs": "^16.2.0"
}
}