Updated pushbullet node with all push types, added new "pushbullet in" that emits pushes. Added unit tests.

This commit is contained in:
dsundberg
2015-01-27 08:08:54 +01:00
parent 5982da8495
commit 425858d94d
6 changed files with 1872 additions and 180 deletions

View File

@@ -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" ],