{
  "name": "ez-soap",
  "version": "0.1.3",
  "description": "Convert all soap methods to promises. Inspired by soap-q.",
  "main": "soap-as-promised.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint **/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/warseph/soap-as-promised.git"
  },
  "keywords": [
    "soap",
    "promise"
  ],
  "author": "Ezequiel Rabinovich",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/warseph/soap-as-promised/issues"
  },
  "homepage": "https://github.com/warseph/soap-as-promised",
  "dependencies": {
    "soap": "^0.25.0"
  },
  "devDependencies": {
    "eslint": "^4.10.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "jest": "^21.2.1"
  }
}
