telcom
Version:
Abstraction layer between Twilio and Plivo.
33 lines (32 loc) • 639 B
JSON
{
"name": "telcom",
"version": "0.0.6",
"description": "Abstraction layer between Twilio and Plivo.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/adammagaluk/telcom"
},
"keywords": [
"twilio",
"plivo",
"telecommunications",
"phone",
"sms",
"telcom"
],
"author": "Adam Magaluk <AdamMagaluk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adammagaluk/telcom/issues"
},
"dependencies": {
"twilio": "~1.1.4",
"extend": "~1.2.1",
"plivo": "~0.1.0",
"phone": "0.0.4"
}
}