{
  "name": "cucm-axl",
  "version": "2021.1.8-2",
  "description": "JavaScript library for Cisco CUCM AXL",
  "main": "index.js",
  "scripts": {
    "test": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ccondry/cucm-axl.git"
  },
  "keywords": [
    "cucm",
    "cisco",
    "axl"
  ],
  "author": "Coty Condry <ccondry@cisco.com>",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.21.1",
    "js2xmlparser": "^3.0.0",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  }
}
