UNPKG

plivo

Version:

A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML

77 lines (76 loc) 1.88 kB
{ "name": "plivo", "version": "4.75.6", "description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", "homepage": "https://github.com/plivo/plivo-node", "files": [ "dist" ], "main": "dist/rest/client.js", "keywords": [ "plivo", "plivo xml", "rest", "api", "telephony" ], "author": "Plivo SDKs Team", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "babel-core": "^6.11.4", "babel-eslint": "^6.1.2", "babel-preset-es2015": "6.9.0", "babel-preset-flow": "^6.23.0", "babel-register": "^6.9.0", "del": "^2.0.2", "eslint": "^3.19.0", "eslint-config-xo-space": "^0.15.0", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-flowtype": "^2.33.0", "flow-bin": "^0.47.0", "gulp": "^4.0.2", "gulp-babel": "^6.1.2", "gulp-babel-istanbul": "^1.6.0", "gulp-eslint": "^3.0.1", "gulp-exclude-gitignore": "^1.0.0", "gulp-istanbul": "^1.0.0", "gulp-line-ending-corrector": "^1.0.1", "gulp-mocha": "^3.0.1", "gulp-plumber": "^1.0.0", "isparta": "^4.0.0", "merge-stream": "^2.0.0", "sinon": "^2.1.0" }, "eslintConfig": { "extends": "xo-space", "env": { "mocha": true } }, "repository": { "type": "git", "url": "git://github.com/plivo/plivo-node.git" }, "scripts": { "prepublish": "gulp prepublish", "test": "gulp" }, "dependencies": { "@types/node": "^14.14.14", "axios": "^1.8.3", "base-64": "^0.1.0", "build-url": "^1.0.10", "form-data": "^4.0.0", "https-proxy-agent": "^5.0.0", "joi": "^17.9.2", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.4", "querystring": "^0.2.0", "request": "^2.88.2", "uri-parser": "^1.0.0", "utf8": "^2.1.2", "xml2js": "^0.5.0", "xmlbuilder": "^9.0.1" } }