2014-07-15 11:15:34 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-pushbullet",
|
2018-09-24 22:12:23 +02:00
|
|
|
"version" : "0.0.14",
|
2014-07-15 11:15:34 +02:00
|
|
|
"description" : "A Node-RED node to send alerts via Pushbullet",
|
|
|
|
"dependencies" : {
|
2018-09-24 22:12:23 +02:00
|
|
|
"pushbullet": "^2.3.0",
|
2017-06-16 08:16:42 +02:00
|
|
|
"when": "^3.7.8"
|
2014-07-15 11:15:34 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
2015-01-27 08:08:54 +01:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet"
|
2014-07-15 11:15:34 +02:00
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-15 11:15:34 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|