2014-07-27 17:09:50 +02:00
|
|
|
{
|
2022-01-22 23:23:41 +01:00
|
|
|
"name": "node-red-node-pushover",
|
|
|
|
"version": "0.1.1",
|
|
|
|
"description": "A Node-RED node to send alerts via Pushover",
|
|
|
|
"dependencies": {
|
|
|
|
"pushover-notifications": "^1.2.2"
|
2014-07-27 17:09:50 +02:00
|
|
|
},
|
2022-01-22 23:23:41 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"directory": "tree/master/social/pushover"
|
2014-07-27 17:09:50 +02:00
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2022-01-22 23:23:41 +01:00
|
|
|
"keywords": [
|
|
|
|
"node-red",
|
|
|
|
"pushover"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
2014-07-27 17:09:50 +02:00
|
|
|
"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
|
|
|
}
|