saml-idp
Version:
Test Identity Provider (IdP) for SAML 2.0 Web Browser SSO Profile
43 lines (42 loc) • 919 B
JSON
{
"name": "saml-idp",
"description": "Test Identity Provider (IdP) for SAML 2.0 Web Browser SSO Profile",
"version": "1.2.1",
"private": false,
"author": "Karl McGuinness",
"keywords": [
"saml",
"idp",
"okta"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mcguinness/saml-idp"
},
"bugs": {
"url": "https://github.com/mcguinness/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.1.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"extend": "^3.0.2",
"hbs": "^4.1.1",
"morgan": "^1.10.0",
"samlp": "github:mcguinness/node-samlp",
"xml-formatter": "^2.1.0",
"xmldom": "^0.3.0",
"yargs": "^15.3.1"
}
}