36 lines
674 B
JSON
36 lines
674 B
JSON
|
{
|
||
|
"name": "msg91-sms",
|
||
|
"version": "1.0.1",
|
||
|
"description": "A small node.js library for msg91 sms api",
|
||
|
"main": "msg91.js",
|
||
|
"dependencies": {
|
||
|
"request": "^2.65.0"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start":"node app.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/scionoftech/msg91-sms.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"msg91",
|
||
|
"msg91-sms",
|
||
|
"sms"
|
||
|
],
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"app.js",
|
||
|
"msg91.js",
|
||
|
"image/"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Sai Kumar Yava",
|
||
|
"email": "saikumar.geek@gmail.com"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|