2014-07-27 19:05:23 +02:00
|
|
|
{
|
2022-01-22 23:23:41 +01:00
|
|
|
"name": "node-red-node-wol",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"description": "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
|
|
|
|
"dependencies": {
|
|
|
|
"wake_on_lan": "^1.0.0"
|
2014-07-27 19:05:23 +02:00
|
|
|
},
|
2022-01-22 23:23:41 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/io/wol"
|
2014-07-27 19:05:23 +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",
|
|
|
|
"wol",
|
|
|
|
"wake_on_lan"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
2014-07-27 19:05:23 +02:00
|
|
|
"wol": "39-wol.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|