mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question. as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Arduino"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/Arduino"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "arduino", "firmata" ],
|
||||
|
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/BBB"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/BBB"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "beagleboneblack", "beaglebone", "bbb", "octalbonescript" ],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"tgz",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/HummingboardGPIO"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/HummingboardGPIO"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "hummingboard", "gpio" ],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/ledborg"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory" : "tree/master/hardware/ledborg"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "ledborg" ],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiFace"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/PiFace"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "piface" ],
|
||||
|
@@ -9,7 +9,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/PiGpio"
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/PiGpio"
|
||||
},
|
||||
"keywords": [
|
||||
"node-red", "Pi", "GPIO", "PiGpio"
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiLcd"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/PiLcd"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "lcd", "HD44780" ],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiLiter"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/PiLiter"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "piliter" ],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiSrf"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/PiSrf"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "SRF04", "SRF05", "ultrasonic", "range", "HC-SR04", "SR04" ],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Pibrella"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/Pibrella"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "pibrella" ],
|
||||
|
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory" : "tree/master/hardware/blink1"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "blink1" ],
|
||||
|
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/blinkstick"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "blinkstick" ],
|
||||
|
@@ -8,7 +8,8 @@
|
||||
"homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/digiRGB"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "digiRGB" ],
|
||||
|
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/heatmiser"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/io/heatmiser"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "heatmiser"],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/intel"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory" : "tree/master/hardware/intel"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "intel", "galileo", "edison" ],
|
||||
|
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/makey"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/makey"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "makeymakey" ],
|
||||
|
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/mcp3008"
|
||||
"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" ],
|
||||
|
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/neopixel"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/neopixel"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
@@ -20,7 +20,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/physical-web"
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/physical-web"
|
||||
},
|
||||
"author": {
|
||||
"name": "Ben Hardill",
|
||||
|
@@ -10,7 +10,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/pigpiod"
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory" : "tree/master/hardware/pigpiod"
|
||||
},
|
||||
"keywords": [
|
||||
"node-red", "Pi", "GPIO", "PiGPIOd"
|
||||
|
@@ -4,7 +4,8 @@
|
||||
"description" : "A Node-RED node to interact with a Raspberry Pi Sense HAT",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/sensehat"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/sensehat"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "sensehat", "astropi" ],
|
||||
|
@@ -4,7 +4,8 @@
|
||||
"description": "A Node-RED node to simulate a Raspberry Pi Sense HAT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/sensehatsim"
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/sensehatsim"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "~6.2.1"
|
||||
|
@@ -17,7 +17,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/sensorTag"
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory" : "tree/master/hardware/sensorTag"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
|
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/unicorn"
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/unicorn"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "unicorn", "pimorini" ],
|
||||
|
@@ -2,7 +2,11 @@
|
||||
"name": "node-red-node-wemo",
|
||||
"version": "0.2.1",
|
||||
"description": "Input and Output nodes for Belkin WeMo devices",
|
||||
"repository": "https://github.com/node-red/node-red-nodes/tree/master/hardware",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/wemo"
|
||||
},
|
||||
"main": "WeMoNG.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
Reference in New Issue
Block a user