mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"name": "node-red-node-prowl",
|
|
"version": "0.0.10",
|
|
"description": "A Node-RED node to send alerts via Prowl",
|
|
"dependencies": {
|
|
"node-prowl": "0.1.8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/social/prowl"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"prowl"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"prowl": "57-prowl.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|