sms-msg91
Version:
This is the smallest package to send sms via msg91. In this package you can send one sms or multiple sms by providing data objects in array.
28 lines (27 loc) • 621 B
JSON
{
"name": "sms-msg91",
"version": "1.0.3",
"description": "This is the smallest package to send sms via msg91. In this package you can send one sms or multiple sms by providing data objects in array.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "msg-91-sms"
},
"keywords": [
"SMS",
"MSG91",
"Message",
"Unicode",
"SMS"
],
"author": "Amit Chauhan",
"license": "ISC",
"dependencies": {
"request": "^2.88.2",
"request-promise": "^4.2.5"
}
}