sms-sender
Version:
send a sms through a 3g modem with node!
32 lines (31 loc) • 678 B
JSON
{
"name": "sms-sender",
"version": "0.1.0",
"description": "send a sms through a 3g modem with node!",
"main": "index.js",
"dependencies": {
"serialport": "^1.4.5",
"sms-pdu-node": "^0.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brugnara/sms-sender.git"
},
"keywords": [
"sms",
"sender",
"pdu",
"modem",
"3g"
],
"author": "Daniele Brugnara",
"license": "MIT",
"bugs": {
"url": "https://github.com/brugnara/sms-sender/issues"
},
"homepage": "https://github.com/brugnara/sms-sender"
}