{
  "name": "node-wsdl",
  "version": "1.0.1",
  "description": "A minimal node SOAP client",
  "engines": {
    "node": ">=4.0.0"
  },
  "author": "Shuhail <shuhail.alam@gmail.com>",
  "dependencies": {
    "bluebird": "^3.5.0",
    "concat-stream": "^1.5.1",
    "debug": "^2.6.9",
    "ejs": "~2.5.5",
    "finalhandler": "^1.0.3",
    "lodash": "^4.17.5",
    "request": ">=2.9.0",
    "sax": ">=0.6",
    "selectn": "^0.9.6",
    "serve-static": "^1.11.1",
    "strip-bom": "~0.3.1",
    "uuid": "^3.1.0",
    "xml-crypto": "~0.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shuhailshuvo/node-soap.git"
  },
  "main": "./index.js",
  "types": "./lib/soap.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "toc": "doctoc Readme.md --github --maxlevel 3",
    "pretest": "jshint index.js lib test",
    "cover": "nyc --reporter=lcov --reporter=html --reporter=text mocha  test/*-test.js test/security/*.js",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v",
    "test": "mocha --timeout 10000 test/*-test.js test/security/*.js"
  },
  "keywords": [
    "soap"
  ],
  "license": "MIT",
  "devDependencies": {
    "body-parser": "^1.15.2",
    "colors": "^1.1.2",
    "coveralls": "^2.11.6",
    "diff": "^2.2.1",
    "doctoc": "^1.0.0",
    "duplexer": "~0.1.1",
    "express": "^4.14.0",
    "glob": "~3.2.8",
    "jshint": "2.3.0",
    "mocha": "~1.17.0",
    "nyc": "^11.4.1",
    "readable-stream": "~2.0.2",
    "semver": "~5.0.3",
    "should": "~3.3.0",
    "sinon": "^1.17.5",
    "timekeeper": "~0.0.4"
  },
  "bugs": {
    "url": "https://github.com/shuhailshuvo/node-soap/issues"
  },
  "homepage": "https://github.com/shuhailshuvo/node-soap#readme"
}
