{
  "name": "@oguennec/saml2",
  "version": "1.0.7",
  "description": "SAML 2.0 node helpers",
  "author": "Clever",
  "main": "index.js",
  "engines": {
    "node": ">=0.10.x"
  },
  "scripts": {
    "test": "make -Br test",
    "test-cov": "make -Br test-cov",
    "prepublish": "make build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Clever/saml2.git"
  },
  "keywords": [
    "saml",
    "node"
  ],
  "bugs": {
    "url": "https://github.com/Clever/saml2/issues"
  },
  "devDependencies": {
    "coffee-script": "^1.12.0",
    "mocha": "^3.5.0"
  },
  "dependencies": {
    "async": "^2.5.0",
    "debug": "^2.6.0",
    "underscore": "^1.8.0",
    "xml-crypto": "^2.0.0",
    "xml-encryption": "^1.2.1",
    "xml2js": "^0.4.0",
    "xmlbuilder": "~2.2.0",
    "xmldom": "^0.1.0"
  },
  "homepage": "https://github.com/Clever/saml2#readme",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "license": "ISC"
}
