bandwidth-iris
Version:
NodeJs Client library for IRIS / BBS API
36 lines (35 loc) • 839 B
JSON
{
"name": "bandwidth-iris",
"version": "1.0.1",
"description": "NodeJs Client library for IRIS / BBS API",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/bandwidth/node-bandwidth-iris.git"
},
"keywords": [
"bandwidth",
"iris",
"bbs"
],
"author": "bandwidth",
"license": "MIT",
"bugs": {
"url": "https://github.com/bandwidth/node-bandwidth-iris/issues"
},
"homepage": "https://github.com/bandwidth/node-bandwidth-iris",
"dependencies": {
"streamifier": "^0.1.1",
"superagent": "^3.7.0",
"xml2js": "^0.4.4"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nock": "^10.0.1",
"should": "^4.3.0"
}
}