{
  "name": "@deliverysolutions/saml2js",
  "version": "1.0.1",
  "description": "Parse SAML2 attributes into a JavaScript object.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ds-arb/saml2js"
  },
  "keywords": [
    "SAML",
    "SAML2",
    "parser",
    "authentication"
  ],
  "author": "Delivery Solutions",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ds-arb/saml2js/issues"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "xmldom": "^0.4.0",
    "xpath": "^0.0.32"
  },
  "homepage": "https://github.com/ds-arb/saml2js",
  "devDependencies": {
    "chai": "^4.2.0",
    "grunt": "^1.3.0",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "jshint-stylish": "^2.0.1",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^8.2.1",
    "time-grunt": "^2.0.0"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "publishConfig": {
    "access": "public"
  },
  "np": {
    "yarn": false,
    "2fa": false
  }
}
