2014-07-15 11:15:34 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-pushbullet",
|
2022-08-20 19:56:34 +02:00
|
|
|
"version" : "0.0.19",
|
2014-07-15 11:15:34 +02:00
|
|
|
"description" : "A Node-RED node to send alerts via Pushbullet",
|
|
|
|
"dependencies" : {
|
2019-05-26 15:24:45 +02:00
|
|
|
"pushbullet": "^2.4.0",
|
2017-06-16 08:16:42 +02:00
|
|
|
"when": "^3.7.8"
|
2014-07-15 11:15:34 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "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"
|
|
|
|
}
|
|
|
|
}
|