UNPKG

smithtek-nodered-sms

Version:

A Node-RED node for sending SMS via ZTE USB modem.

18 lines (17 loc) 469 B
{ "name": "smithtek-nodered-sms", "version": "2.1.0", "description": "A Node-RED node for sending SMS via ZTE USB modem.", "keywords": ["node-red", "zte", "sms", "modem", "smithtek"], "author": "Smithtek", "license": "GPL-3.0", "dependencies": { "node-fetch": "^2.6.7" }, "node-red": { "nodes": { "zte-sms": "zte-sms.js", "zte-sms-reset": "zte-sms-reset.js" } } }