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,23 +1,29 @@
|
||||
{
|
||||
"name" : "node-red-node-arduino",
|
||||
"version" : "0.3.1",
|
||||
"description" : "A Node-RED node to talk to an Arduino running firmata",
|
||||
"dependencies" : {
|
||||
"firmata" : "^2.3.0"
|
||||
"name": "node-red-node-arduino",
|
||||
"version": "0.3.1",
|
||||
"description": "A Node-RED node to talk to an Arduino running firmata",
|
||||
"dependencies": {
|
||||
"firmata": "^2.3.0"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/Arduino"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "arduino", "firmata" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"arduino",
|
||||
"firmata"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"arduino": "35-arduino.js"
|
||||
}
|
||||
},
|
||||
"engines" : { "node" : ">=8" },
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"author": {
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "ceejay@vnet.ibm.com",
|
||||
|
@@ -1,19 +1,22 @@
|
||||
{
|
||||
"name" : "node-red-node-blinkstick",
|
||||
"version" : "0.1.7",
|
||||
"description" : "A Node-RED node to control a Blinkstick",
|
||||
"dependencies" : {
|
||||
"blinkstick" : "1.2.0"
|
||||
"name": "node-red-node-blinkstick",
|
||||
"version": "0.1.7",
|
||||
"description": "A Node-RED node to control a Blinkstick",
|
||||
"dependencies": {
|
||||
"blinkstick": "1.2.0"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/blinkstick"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "blinkstick" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"blinkstick"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"blinkstick": "76-blinkstick.js"
|
||||
}
|
||||
},
|
||||
|
@@ -1,19 +1,25 @@
|
||||
{
|
||||
"name" : "node-red-node-pi-mcp3008",
|
||||
"version" : "0.5.2",
|
||||
"description" : "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
|
||||
"dependencies" : {
|
||||
"name": "node-red-node-pi-mcp3008",
|
||||
"version": "0.5.2",
|
||||
"description": "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
|
||||
"dependencies": {
|
||||
"mcp-spi-adc": "^3.2.0"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/mcp3008"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "pi", "adc", "mcp", "a/d converter" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"pi",
|
||||
"adc",
|
||||
"mcp",
|
||||
"a/d converter"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"pimcp3008": "pimcp3008.js"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user