mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-26 06:12:28 -06:00
* Added phlo client. * Finished implementaiton of initializing phlo client. * Finished logic for v2 methods of multiparty call(not members). * Added test cases for multiparty call. * Finished logic for phlo get api. * Added member method structure. * Finished implementation of phlo.run(). * Finished api calls for multi party(except abort transfer). * Deleted old rest.js file. * Finished abortTranfer implementation with test cases. * Finished implementation of member.resumeCall(). * Finished all member functions. * Reverted debugging logic. * Removed console.log * Added samples for all apis. method structure change for abort transfer. * Resolved nsp issue. * Audit fix. * Package Lock Fix. * Added test proxy for test cases. * Resolved issue in request.js json format. * Improved comments. * Added test cases for .get() methods. * Removed async await to support older browsers. * Modified examples of phlo, removed async await. * Resolved example issues, remove auth credentials. * Removed es6 declaration syntaxes from phlo example. * Added logic to pass payload. * changed beta version 4.1-beta.1 * changed beta version 4.1-beta.1 * changed beta version 4.1-beta.1 * changes in changelog & readme- Add PHLO support * updated the version to 4.1.1
69 lines
No EOL
1.6 KiB
JSON
69 lines
No EOL
1.6 KiB
JSON
{
|
|
"name": "plivo",
|
|
"version": "4.1.1",
|
|
"description": "A Node.js SDK to make voice calls & 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": "^3.9.0",
|
|
"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",
|
|
"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": {
|
|
"base-64": "^0.1.0",
|
|
"build-url": "^1.0.10",
|
|
"lodash": "^4.17.4",
|
|
"querystring": "^0.2.0",
|
|
"request": "^2.81.0",
|
|
"uri-parser": "^1.0.0",
|
|
"utf8": "^2.1.2",
|
|
"xmlbuilder": "^9.0.1"
|
|
}
|
|
} |