{
  "name": "axl-node-soap",
  "version": "0.0.2",
  "description": "A fork of node-soap  with changes to work with  CUCM AXL",
  "engines": {
    "node": ">=0.8.0"
  },
  "author": "Marcello Federico",
  "dependencies": {
    "lodash": "~2.4.1",
    "request": ">=2.9.0",
    "sax": ">=0.6",
    "strip-bom": "~0.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marchfederico/axl-node-soap.git"
  },
  "main": "./index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "pretest": "jshint index.js lib test",
    "test": "mocha test/*-test.js test/security/*.js"
  },
  "keywords": [
    "soap",
    "cucm"
  ],
  "licenses": [
    {
      "type": "MIT License",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "devDependencies": {
    "mocha": "~1.17.0",
    "jshint": "2.3.0",
    "glob": "~3.2.8",
    "should": "~3.3.0",
    "timekeeper": "~0.0.4"
  },
  "homepage": "https://github.com/marchfederico/axl-node-soap",
  "license": "ISC"
}
