2014-07-27 17:09:50 +02:00
|
|
|
{
|
2022-01-22 23:23:41 +01:00
|
|
|
"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"
|
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/prowl"
|
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",
|
|
|
|
"prowl"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
2014-07-27 17:09:50 +02:00
|
|
|
"prowl": "57-prowl.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|