2014-07-27 19:05:23 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-wol",
|
2019-05-26 15:52:19 +02:00
|
|
|
"version" : "0.0.12",
|
2014-07-27 19:05:23 +02:00
|
|
|
"description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
|
|
|
|
"dependencies" : {
|
2018-09-13 18:00:53 +02:00
|
|
|
"wake_on_lan" : "1.0.0"
|
2014-07-27 19:05:23 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/wol"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-27 19:05:23 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|