Add prowl, nma and pushover to npm, update all to fa icons

This commit is contained in:
Dave C-J
2014-07-27 16:09:50 +01:00
parent c95970a4ae
commit f21a08afe6
17 changed files with 704 additions and 21 deletions

24
social/prowl/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name" : "node-red-node-prowl",
"version" : "0.0.1",
"description" : "A Node-RED node to send alerts via Prowl",
"dependencies" : {
"node-prowl" : "0.1.7"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/prowl"
},
"license": "Apache",
"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"
}
}