2014-07-27 17:09:50 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-pushover",
|
2021-02-11 22:17:59 +01:00
|
|
|
"version" : "0.0.21",
|
2014-07-27 17:09:50 +02:00
|
|
|
"description" : "A Node-RED node to send alerts via Pushover",
|
|
|
|
"dependencies" : {
|
2020-05-20 15:07:26 +02:00
|
|
|
"pushover-notifications" : "^1.2.2"
|
2014-07-27 17:09:50 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushover"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-27 17:09:50 +02:00
|
|
|
"keywords": [ "node-red", "pushover" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"pushover": "57-pushover.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2018-12-13 10:33:50 +01:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Damien Clark",
|
|
|
|
"email": "damo.clarky@gmail.com",
|
|
|
|
"url": "https://damos.world"
|
|
|
|
}
|
|
|
|
]
|
2014-07-27 17:09:50 +02:00
|
|
|
}
|