mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Updated pushbullet node with all push types, added new "pushbullet in" that emits pushes. Added unit tests.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name" : "node-red-node-pushbullet",
|
||||
"version" : "0.0.2",
|
||||
"version" : "0.0.3",
|
||||
"description" : "A Node-RED node to send alerts via Pushbullet",
|
||||
"dependencies" : {
|
||||
"pushbullet" : "1.4.*"
|
||||
"pushbullet": "1.4.*",
|
||||
"when": "^3.6.4"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/pushbullet"
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet"
|
||||
},
|
||||
"license": "Apache",
|
||||
"keywords": [ "node-red", "pushbullet" ],
|
||||
|
||||
Reference in New Issue
Block a user