gbraad/passport-saml-example

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "passport-saml-example",
  "version": "0.0.1",
  "description": "Example for PassportJS SAML strategy",
  "author": {
    "name": "Gerard Braad",
    "email": "me@gbraad.nl",
    "url": "http://gbraad.nl"
  },
  "contributors": [
    {
      "name": "Christian Kuster",
      "email": "git@kusti.ch"
    }
  ],
  "keywords": [
    "saml",
    "sso"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gbraad/passport-saml-example.git"
  },
  "scripts": {
    "start": "nodemon app.js",
    "test": "",
    "postinstall": "bower install"
  },
  "dependencies": {
    "body-parser": "1.15.1",
    "cookie-parser": "1.4.3",
    "errorhandler": "1.4.3",
    "express": "4.13.4",
    "express-session": "1.13.0",
    "jade": "1.11.0",
    "morgan": "1.7.0",
    "nodemon": "1.9.2",
    "passport": "0.3.2",
    "passport-saml": "^1.3.3"
  },
  "devDependencies": {
    "bower": "1.7.9"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "license": "MIT"
}