sms-forward
Version:
Auto-forward incoming SMS from one mobile phone number to another phone number using a Huawei mobile broadband device (dongles, wingles)
36 lines (35 loc) • 870 B
JSON
{
"name": "sms-forward",
"version": "1.0.12",
"description": "Auto-forward incoming SMS from one mobile phone number to another phone number using a Huawei mobile broadband device (dongles, wingles)",
"homepage": "https://github.com/matsuo3rd/sms-forward#readme",
"main": "index.js",
"bin": {
"sms-forward": "./bin/sms-forward"
},
"keywords": [
"sms",
"auto forward",
"forward",
"huawei",
"modem",
"dongle"
],
"repository": {
"type": "git",
"url": "git://github.com/matsuo3rd/sms-forward.git"
},
"bugs": {
"url": "http://github.com/matsuo3rd/sms-forward/issues"
},
"author": "Bertrand Martel",
"license": "ISC",
"preferGlobal": true,
"dependencies": {
"chalk": "^2.3.0",
"google-libphonenumber": "^3.0.9",
"js-base64": "^2.4.0",
"sqlite3": "^4.0.8",
"xml2js": "^0.4.19"
}
}