{
  "name": "hapi-passport-saml",
  "version": "2.1.1",
  "description": "A Hapi plugin that wraps passport-saml for SAML SSO (as SP)",
  "main": "lib/index",
  "types": "lib/index",
  "scripts": {
    "start": "npm run build:live",
    "build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./src/index.ts"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/molekilla/hapi-passport-saml.git"
  },
  "keywords": [
    "saml",
    "sso",
    "hapi"
  ],
  "author": "Rogelio Morrell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/molekilla/hapi-passport-saml/issues"
  },
  "homepage": "https://github.com/molekilla/hapi-passport-saml#readme",
  "dependencies": {
    "boom": "^7.2.0",
    "debug": "^2.2.0",
    "passport-saml": "^1.1.0"
  },
  "peerDependencies": {
    "hapi": ">= 17.0.0"
  },
  "devDependencies": {
    "@types/hapi": "^15.0.0",
    "@types/node": "^10.5.2",
    "nodemon": "^1.18.2",
    "ts-node": "^7.0.0",
    "typescript": "^2.9.2"
  }
}
