mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
run snyk checks and lint packages, bump notify.
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
"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"
|
||||
"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" : {
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"wol",
|
||||
"wake_on_lan"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"wol": "39-wol.js"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user