{
  "name": "ari-client-plus",
  "version": "1.0.10",
  "description": "JavaScript client for Asterisk REST Interface.",
  "homepage": "https://github.com/mostafaroshdy1/node-ari-client-plus",
  "keywords": [
    "Asterisk",
    "ARI"
  ],
  "main": "./lib/client.js",
  "scripts": {
    "pretest": "npm run lint",
    "test": "nyc mocha",
    "lint": "jshint . --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mostafaroshdy1/node-ari-client-plus"
  },
  "bugs": {
    "url": "https://issues.asterisk.org",
    "email": "asterisk-app-dev@lists.digium.com"
  },
  "license": "Apache-2.0",
  "author": "Samuel Fortier-Galarneau",
  "dependencies": {
    "backoff-func": "^0.1.2",
    "bluebird": "^3.5.2",
    "lodash": "^4.17.10",
    "request": "^2.34.0",
    "swagger-client": "2.0.26",
    "uuid": "^3.0.0",
    "ws": "^6.0.0"
  },
  "types":"./types/index.d.ts" ,
  "engines": {
    "node": ">=8"
  },
  "devDependencies": {
    "async": "^2.6.1",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-jsdoc": "^2.1.0",
    "hock": "^1.3.1",
    "env-test": "^1.0.0",
    "jshint": "^2.9.2",
    "mocha": "^5.2.0",
    "moment": "^2.6.0",
    "mustache": "^2.2.1",
    "nyc": "^15.0.0",
    "portfinder": "^1.0.6"
  }
}
