UNPKG

node-red-contrib-sms-twilio

Version:

A Node-RED node to send bulk SMS messages via the Twilio service.

27 lines (26 loc) 545 B
{ "name": "node-red-contrib-sms-twilio", "version": "0.0.2", "description": "A Node-RED node to send bulk SMS messages via the Twilio service.", "author": "Robert Jakab <gugurete@gmail.com>", "keywords": [ "node-red", "twilio", "sms", "bulk", "throttle" ], "repository": { "type": "git", "url": "https://github.com/gugurete/node-red-contrib-sms-twilio.git" }, "license": "Apache-2.0", "node-red": { "nodes": { "sms": "sms.js" } }, "dependencies": { "twilio": "^2.11.0" } }