Add stomp, ping, wol, wemo nodes to npm

and add fa icons
This commit is contained in:
Dave C-J
2014-07-27 18:05:23 +01:00
parent f21a08afe6
commit 434d9808a9
16 changed files with 909 additions and 19 deletions

24
io/wol/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name" : "node-red-node-wol",
"version" : "0.0.1",
"description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
"dependencies" : {
"wake_on_lan" : "0.0.3"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/wol"
},
"license": "Apache",
"keywords": [ "node-red", "wol", "wake_on_lan" ],
"node-red" : {
"nodes" : {
"wol": "39-wol.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}