{
  "name": "samlify-well",
  "version": "1.0.1",
  "description": "High-level API for Single Sign On (SAML 2.0)",
  "main": "build/index.js",
  "keywords": [
    "nodejs",
    "saml2",
    "sso",
    "slo",
    "metadata"
  ],
  "typings": "types/index.d.ts",
  "scripts": {
    "build": "tsc",
    "docs": "docsify serve -o docs",
    "lint": "tslint -p .",
    "lint:fix": "tslint -p . --fix",
    "pretest": "make pretest",
    "test": "npm run build && nyc ava --verbose build/test",
    "test:pure": "nyc ava --verbose build/test",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "contributors": [
    "Tony Ngan <tonynwk919@gmail.com>"
  ],
  "author": "tngan",
  "repository": {
    "url": "https://github.com/tngan/samlify",
    "type": "git"
  },
  "license": "MIT",
  "dependencies": {
    "@types/camelcase": "^0.0.30",
    "@types/lodash": "^4.14.104",
    "@types/node": "^7.0.55",
    "@types/node-forge": "^0.7.2",
    "@types/uuid": "3.0.0",
    "@types/xmldom": "^0.1.28",
    "camelcase": "^4.0.0",
    "deflate-js": "^0.2.3",
    "libxml-xsd": "^0.5.2",
    "lodash": "^4.17.5",
    "node-forge": "^0.7.4",
    "node-rsa": "^0.4.2",
    "typescript": "^2.7.2",
    "uuid": "^3.2.1",
    "xml": "^1.0.0",
    "xml-crypto": "^0.10.1",
    "xml-encryption": "tngan/node-xml-encryption",
    "xmldom": "^0.1.19",
    "xpath": "0.0.24"
  },
  "devDependencies": {
    "ava": "^0.19.1",
    "coveralls": "^2.11.16",
    "nyc": "^11.5.0",
    "tslint": "5.4.2"
  }
}