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:
24
social/pushbullet/package.json
Normal file
24
social/pushbullet/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user