{
  "name": "node-bandwidth",
  "version": "4.0.0",
  "description": "NodeJS Client library for Bandwidth API",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "cross-env NODE_ENV=test gulp",
    "docs": "./node_modules/.bin/jsdoc --configure conf.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bandwidth/node-bandwidth.git"
  },
  "keywords": [
    "bandwidth",
    "catapult",
    "cpaas",
    "voice",
    "messaging"
  ],
  "author": "bandwidth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bandwidth/node-bandwidth/issues"
  },
  "homepage": "https://github.com/bandwidth/node-bandwidth",
  "dependencies": {
    "bluebird": "^3.5.1",
    "gulp": "^4.0.0",
    "lodash": "^4.17.4",
    "parse-link-header": "^1.0.1",
    "qs": "^6.5.1",
    "request": "^2.83.0",
    "xml-js": "^1.5.1",
    "xmlbuilder": "^9.0.4"
  },
  "devDependencies": {
    "cross-env": "2.0.0",
    "gulp-clean": "^0.3.1",
    "gulp-concat": "^2.6.0",
    "gulp-istanbul": "^1.1.3",
    "gulp-jshint": "^2.1.0",
    "gulp-mocha": "^6.0.0",
    "gulp-rename": "^1.2.2",
    "jsdoc": "^3.4.0",
    "jshint": "^2.10.2",
    "jshint-stylish": "^2.1.0",
    "minami": "^1.1.1",
    "nock": "^10.0.6",
    "should": "^11.2.1",
    "sinon": "1.17.4"
  }
}
