UNPKG

@ipsolution/ari-client

Version:

JavaScript client for Asterisk REST Interface. (fork IP Solution)

53 lines (52 loc) 1.28 kB
{ "name": "@ipsolution/ari-client", "version": "1.1.2", "description": "JavaScript client for Asterisk REST Interface. (fork IP Solution)", "homepage": "https://github.com/daniloricalmeida/node-ari-client.git", "keywords": [ "Asterisk", "ARI" ], "main": "./lib/client.js", "scripts": { "pretest": "npm run lint", "test": "nyc mocha", "lint": "jshint . --verbose" }, "repository": { "type": "git", "url": "https://github.com/daniloricalmeida/node-ari-client.git" }, "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", "@ipsolution/swagger-client-fork": "2.0.26", "uuid": "^3.0.0", "ws": "^6.0.0" }, "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" } }