{
  "name": "saml2",
  "version": "0.0.8",
  "description": "SAML 2.0 IDP-agnostic transports and logic",
  "main": "index.js",
  "scripts": {
    "generate-docs": "rm -rf ./docs && find . -name '*.js' | grep -v node_modules | xargs ./node_modules/.bin/docco -o docs"
  },
  "dependencies": {
    "xmldom": "~0.1.16",
    "xpath": "0.0.5",
    "proquint-random-id": "0.0.1",
    "pem": "~1.2.2",
    "jsonix-smart": "0.0.5",
    "xml-c14n": "0.0.6",
    "xml-dsig": "0.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/siphon-io/node-saml2.git"
  },
  "keywords": [
    "saml",
    "saml2",
    "saml2.0",
    "idp",
    "sp",
    "identity",
    "service",
    "provider",
    "sso",
    "login",
    "password",
    "authentication",
    "authorisation",
    "authorization"
  ],
  "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
  "license": "BSD",
  "devDependencies": {
    "docco": "~0.6.2"
  }
}
