{
  "name": "xml-encryption",
  "version": "1.2.1",
  "devDependencies": {
    "mocha": "^7.1.2",
    "should": "^11.2.1",
    "sinon": "^9.0.2"
  },
  "main": "./lib",
  "repository": "https://github.com/auth0/node-xml-encryption",
  "keywords": [
    "xml",
    "encryption",
    "xmlenc"
  ],
  "author": "Matias Woloski (Auth0)",
  "contributors": [
    "Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
    "Tommi Pisto <tommi@pistogroup.com> (http://pasm.pis.to)"
  ],
  "license": "MIT",
  "dependencies": {
    "escape-html": "^1.0.3",
    "node-forge": "^0.10.0",
    "xmldom": "~0.1.15",
    "xpath": "0.0.27"
  },
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">=8"
  }
}
