mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add BBB, Twilio and Pushbullet as npms
This commit is contained in:
23
social/twilio/package.json
Normal file
23
social/twilio/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name" : "node-red-node-twilio",
|
||||
"version" : "0.0.3",
|
||||
"description" : "A Node-RED node to send SMS messages via the Twilio service.",
|
||||
"dependencies" : {
|
||||
"twilio" : "1.6.0"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/twilio"
|
||||
},
|
||||
"license": "Apache-v2.0",
|
||||
"keywords": [ "node-red", "twilio", "sms" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"twilio": "56-twilio.js"
|
||||
}
|
||||
},
|
||||
"contributors": [
|
||||
{"name": "Andrew Lindsay"},
|
||||
{"name": "Dave Conway-Jones"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user