mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 22:07:10 -06:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "plivo",
|
|
"version": "4.23.0",
|
|
"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-coveralls": "^0.1.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": "^0.21.1",
|
|
"base-64": "^0.1.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"build-url": "^1.0.10",
|
|
"form-data": "^4.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.4",
|
|
"querystring": "^0.2.0",
|
|
"uri-parser": "^1.0.0",
|
|
"utf8": "^2.1.2",
|
|
"xml2js": "^0.4.19",
|
|
"xmlbuilder": "^9.0.1"
|
|
}
|
|
}
|