mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
36 lines
865 B
JSON
36 lines
865 B
JSON
{
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/social/pushover"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Damien Clark",
|
|
"email": "damo.clarky@gmail.com",
|
|
"url": "https://damos.world"
|
|
}
|
|
]
|
|
}
|