sms-infobip
Version:
Send SMS text messages using the Infobip API
34 lines (33 loc) • 685 B
JSON
{
"name": "sms-infobip",
"description": "Send SMS text messages using the Infobip API",
"version": "0.0.6",
"keywords": [
"mcms",
"sms",
"bulk-sms",
"infobip"
],
"license": "MIT",
"author": {
"name": "Michael Bouclas",
"email": "mbouclas@gmail.com",
"url": "http://www.net-tomorrow.com/"
},
"directories": {
"lib": "./lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mbouclas/sms-infobip"
},
"bugs": {
"url": "https://github.com/mbouclas/sms-infobip/issues"
},
"readmeFilename": "README.md",
"main": "./lib/index",
"dependencies": {
"lodash": "^3.10.1",
"request": "^2.62.0"
}
}