add BBB, Twilio and Pushbullet as npms

This commit is contained in:
Dave C-J
2014-07-15 10:15:34 +01:00
parent 132ceaffc5
commit a2553d69b8
9 changed files with 741 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name" : "node-red-node-pushbullet",
"version" : "0.0.1",
"description" : "A Node-RED node to send alerts via Pushbullet",
"dependencies" : {
"pushbullet" : "1.*.*"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/pushbullet"
},
"license": "Apache",
"keywords": [ "node-red", "pushbullet" ],
"node-red" : {
"nodes" : {
"pushbullet": "57-pushbullet.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}