mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
30 lines
688 B
JSON
30 lines
688 B
JSON
{
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/io/wol"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
}
|
|
}
|