{
  "name": "soap-rawmessage",
  "version": "0.18.4",
  "description": "A minimal node SOAP client, fork which adds ability to send raw xml",
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "Vinay Pulim <v@pulim.com>",
  "dependencies": {
    "compress": "^0.99.0",
    "debug": "~3.1.0",
    "ejs": "~2.5.5",
    "lodash": ">=4.17.5",
    "optional": "^0.1.3",
    "request": ">=2.9.0",
    "sax": ">=0.6",
    "selectn": "^0.9.6",
    "strip-bom": "~0.3.1",
    "uuid": "^8.1.0",
    "xml-crypto": "~0.8.0"
  },
  "optionalDependencies": {
    "ursa": "0.8.5 || >=0.9.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/velvetrevolver/node-soap.git"
  },
  "main": "./index.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "toc": "./node_modules/.bin/doctoc Readme.md --github --maxlevel 3",
    "pretest": "jshint index.js lib test",
    "cover": "istanbul cover _mocha -- --timeout 10000 test/*-test.js test/security/*.js",
    "coveralls": "cat ./coverage/lcov.info | coveralls -v",
    "test": "mocha --timeout 10000 test/*-test.js test/security/*.js"
  },
  "keywords": [
    "soap"
  ],
  "license": "MIT",
  "devDependencies": {
    "colors": "^1.1.2",
    "coveralls": "^3.1.0",
    "diff": "^2.2.1",
    "doctoc": "^1.0.0",
    "duplexer": "~0.1.1",
    "glob": "^7.1.6",
    "istanbul": "^0.4.5",
    "jshint": "^2.11.1",
    "mocha": "^7.2.0",
    "readable-stream": "~2.0.2",
    "semver": "~5.0.3",
    "should": "~3.3.0",
    "timekeeper": "~0.0.4"
  }
}
