{
  "name": "hana-saml-wsse",

  "version": "0.3.8",
  "description": "SAML ECP client with assertion delegation support.",
  "author": "kelas",
  "license": "MIT",
  "main": "./lib",
  "scripts": {
    "test": "mocha test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@git.umoja.un.org:hana/hana-saml-wsse.git"
  },
  "keywords": [
    "shibboleth",
    "idp",
    "hana",
    "hdb",
    "saml",
    "ecp",
    "ws-security",
    "ssos",
    "delegation"
  ],
  "dependencies": {
    "underscore": "*",
    "moment": "*",
    "node-uuid": "*",
    "xml-crypto": "*",
    "mustache": "*",
    "xmldom": "*",
    "xmlfmt": "*",
    "xpath": "*",
    "xml-encryption": "*"
  },
  "devDependencies": {},
  "browserDependencies": {}
}
