UNPKG

finesse-toolkit

Version:

useful tools for finesse phone system

46 lines (45 loc) 1.05 kB
{ "name": "finesse-toolkit", "version": "2.1.1", "description": "useful tools for finesse phone system", "main": "dist/index.js", "files": [ "src", "dist", "README.md" ], "dependencies": { "bluebird": "^3.4.1", "google-libphonenumber": "^1.0.27", "hiredis": "^0.5.0", "ioredis": "^2.5.0", "libxmljs": "^0.18.4", "lodash": "^4.17.4", "node-fetch": "^1.6.3", "node-xmpp-client": "^3.2.0" }, "scripts": { "pretest": "tsc", "prepublish": "tsc", "test": "mocha test/*.js" }, "keywords": [ "finesse", "cisco" ], "author": "Brett Jurgens <brett@brettjurgens.com>", "license": "ISC", "devDependencies": { "@types/bluebird": "^3.0.36", "@types/google-libphonenumber": "^7.4.10", "@types/ioredis": "0.0.22", "@types/libxmljs": "^0.14.30", "@types/lodash": "^4.14.61", "@types/node": "^7.0.12", "@types/node-fetch": "^1.6.7", "mocha": "^3.0.2", "sinon": "^1.17.5", "typescript": "^2.2.2" }, "typings": "./dist/index.d.ts" }