{
  "name": "wsdlrdr",
  "version": "0.5.5",
  "description": "a simple wsdl parser, with promises",
  "main": "./src/index.js",
  "dependencies": {
    "request": "^2.88.0",
    "xmldoc": "^1.1.2",
    "deepmerge": "^3.2.0"
  },
  "devDependencies": {
    "tape": "latest",
    "eslint": "latest",
    "eslint-config-standard": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-node": "latest",
    "eslint-plugin-promise": "latest",
    "eslint-plugin-standard": "latest"
  },
  "scripts": {
    "test": "node ./tests/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:moszeed/wsdlrdr.git"
  },
  "keywords": [
    "wsdl",
    "xml"
  ],
  "author": "Michael Roeber",
  "license": "MIT"
}
