ari-client
Version:
JavaScript client for Asterisk REST Interface.
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "ari-client",
"version": "2.2.0",
"description": "JavaScript client for Asterisk REST Interface.",
"homepage": "https://github.com/asterisk/node-ari-client",
"keywords": [
"Asterisk",
"ARI"
],
"main": "./lib/client.js",
"scripts": {
"test": "npm run lint && mocha",
"cover": "istanbul cover --report html _mocha",
"check-coverage": "npm run cover && istanbul check-coverage --lines 75 --statements 75 --functions 75 --branches 70",
"lint": "jshint . --verbose"
},
"repository": {
"type": "git",
"url": "git://github.com/asterisk/node-ari-client"
},
"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"
},
"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",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
"mocha": "^5.2.0",
"moment": "^2.6.0",
"mustache": "^2.2.1",
"portfinder": "^1.0.6"
}
}