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:
Sam Machin 2021-11-02 15:22:30 +00:00 committed by GitHub
parent 5db644bd57
commit 2d28a2304f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
73 changed files with 147 additions and 73 deletions

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/sentiment"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/analysis/mlsentiment"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "sentiment", "anaylsis", "AFINN" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/sentiment"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/analysis/sentiment"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "sentiment", "anaylsis", "AFINN" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/analysis/swearfilter"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "badwords", "swearfilter" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/analysis/wordpos"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "wordpos" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/PID"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/function/PID"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "PID", "control" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/data-generator"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/function/data-generator"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "data-generator", "dummy-json" ],

View File

@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/random"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/function/random"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "random" ],

View File

@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/rbe"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/function/rbe"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "rbe", "bandgap", "deadband" ],

View File

@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/smooth"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/function/smooth"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "smooth", "average", "standard deviation" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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"

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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"],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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" ],

View File

@ -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": [

View File

@ -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",

View File

@ -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"

View File

@ -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" ],

View File

@ -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"

View File

@ -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": {

View File

@ -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" ],

View File

@ -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"

View File

@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/emoncms"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/io/emoncms"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "emoncms" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mdns"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/mdns"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "mdns", "avahi", "bonjour", "discovery" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mqlight"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/mqlight"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "mqlight" ],

View File

@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/ping"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/ping"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "ping", "keepalive" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/serialport"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/serialport"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "serial" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/io/snmp"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "snmp", "oid" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/stomp"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/stomp"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "stomp", "stomp-client" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/wol"
"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" ],

View File

@ -7,7 +7,7 @@
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"path": "/tree/master/parsers/base64"
"directory": "/tree/master/parsers/base64"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "base64" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/parsers/geohash"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/geohash"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "geohash" ],

View File

@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/parsers/markdown"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/markdown"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/parsers/msgpack"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/msgpack"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "msgpack" ],

View File

@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/parsers/smaz"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/smaz"
},
"license": "Apache-2.0",
"keywords": [ "smaz" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/parsers/what3words"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/what3words"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "what3words" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/dweetio"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/dweetio"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "dweetio" ],

View File

@ -18,7 +18,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/email"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/email"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/feedparser"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/feedparser"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/irc"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/irc"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "irc" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/nma"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/social/nma"
},
"license": "Apache-2.0",
"keywords": [ "nma", "notify my android" ],

View File

@ -8,7 +8,7 @@
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"path":"/tree/master/social/notify"
"directory":"/tree/master/social/notify"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "notify", "growl"],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/prowl"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/prowl"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "prowl"],

View File

@ -8,7 +8,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/pushbullet"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "pushbullet" ],

View File

@ -8,7 +8,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pusher"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/pusher"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "pusher" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushover"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/pushover"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "pushover" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/twilio"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/twilio"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "twilio", "sms" ],

View File

@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/twitter"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/twitter"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -10,7 +10,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/xmpp"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/social/xmpp"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/leveldb"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory":"tree/master/storage/leveldb"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "leveldb" ],

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/mongodb"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/mongodb"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "mongodb" ],

View File

@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/storage/mysql"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/mysql"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/redis"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/redis"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "redis" ],

View File

@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/storage/sqlite"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/storage/sqlite"
},
"engines": {
"node": ">=12"

View File

@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/storage/tail/"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/storage/tail"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -7,7 +7,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/time"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/time/suncalc"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "suncalc" ],

View File

@ -8,7 +8,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/time/scheduler"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/time/timeswitch"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "timeswitch", "timer", "scheduler" ],

View File

@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/image-annotate"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/utility/image-annotate"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -6,7 +6,8 @@
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/utility/daemon"
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/utility/daemon"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "daemon", "shell", "exec" ],

View File

@ -10,7 +10,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/exif"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/utility/exif"
},
"license": "Apache-2.0",
"keywords": [

View File

@ -5,7 +5,8 @@
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/group"
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/utility/group"
},
"license": "Apache-2.0",
"keywords": [