Created
July 6, 2019 19:10
-
-
Save athiththan11/dc553a891a27c379515860249caed35c to your computer and use it in GitHub Desktop.
Package.json file of the express application written for WSO2 SAML SSO demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "expresssaml", | |
"version": "1.0.0", | |
"description": "Express Application with SAML SSO", | |
"main": "server.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "athiththan11", | |
"homepage": "https://github.com/athiththan11/Passport-SAML-WSO2", | |
"keywords": [ | |
"wso2-saml-sso", | |
"passport-saml" | |
], | |
"license": "ISC", | |
"dependencies": { | |
"body-parser": "1.19.0", | |
"dotenv": "8.0.0", | |
"ejs": "2.6.2", | |
"express": "4.17.1", | |
"express-session": "1.16.2", | |
"passport": "0.3.2", | |
"passport-saml": "0.15.0" | |
}, | |
"devDependencies": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment