2014-07-27 17:09:50 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-prowl",
|
2020-02-17 23:12:23 +01:00
|
|
|
"version" : "0.0.10",
|
2014-07-27 17:09:50 +02:00
|
|
|
"description" : "A Node-RED node to send alerts via Prowl",
|
|
|
|
"dependencies" : {
|
2020-02-17 23:12:23 +01:00
|
|
|
"node-prowl" : "0.1.8"
|
2014-07-27 17:09:50 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/prowl"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-27 17:09:50 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|