-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
35 lines (35 loc) · 953 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": "Okta-SAML-Node",
"description": "Application demonstrating OKTA SSO integration for Node application",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "NODE_ENV=production node index.js"
},
"dependencies": {
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect": "^2.30.2",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"express": "^4.7.1",
"express-session": "^1.17.1",
"passport": "^0.2.2",
"passport-saml": "0.15.0",
"serverless-http": "^2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mailtoharshit/okta-saml-node.git"
},
"contributors": [{
"name": "Harshit Pandey",
"email": "[email protected]"
}],
"keywords": [
"saml",
"sso"
],
"license": "MIT"
}