mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fa440745a4
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677
27 lines
732 B
JSON
27 lines
732 B
JSON
{
|
|
"name" : "node-red-node-pushbullet",
|
|
"version" : "0.0.17",
|
|
"description" : "A Node-RED node to send alerts via Pushbullet",
|
|
"dependencies" : {
|
|
"pushbullet": "^3.0.0",
|
|
"when": "^3.7.8"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/social/pushbullet"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
}
|
|
}
|