mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Update Package.json file for all node-red-nodes to be Apache-2.0
This commit is contained in:
parent
621b6a2bcf
commit
76f55af264
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-badwords",
|
||||
"version" : "0.0.2",
|
||||
"version" : "0.0.3",
|
||||
"description" : "A Node-RED node that attempts to filter out messages containing swearwords.",
|
||||
"dependencies" : {
|
||||
"badwords" : "0.0.3"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "badwords", "swearfilter" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-wordpos",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "A Node-RED node that breaks a sentence into the various parts of (English) speech.",
|
||||
"dependencies" : {
|
||||
"wordpos" : "0.1.*"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "wordpos" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-pidcontrol",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "A Node-RED node that that provides a simple PID controller.",
|
||||
"dependencies" : {
|
||||
"node-pid-controller": "0.0.3"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/PID"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "PID", "control" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-random",
|
||||
"version" : "0.0.4",
|
||||
"version" : "0.0.5",
|
||||
"description" : "A Node-RED node that when triggered generates a random number between two values.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/random"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "random" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-rbe",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/rbe"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "rbe", "bandgap", "deadband" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-smooth",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "smooth", "average" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-beaglebone",
|
||||
"version" : "0.0.7",
|
||||
"version" : "0.0.8",
|
||||
"description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/BBB"
|
||||
},
|
||||
"license": "Apache-v2.0",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "beagleboneblack", "beaglebone", "bbb" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-ledborg",
|
||||
"version" : "0.0.6",
|
||||
"version" : "0.0.7",
|
||||
"description" : "A Node-RED node to control a PiBorg LedBorg board for a Raspberry Pi.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/ledborg"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "ledborg" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-piface",
|
||||
"version" : "0.0.2",
|
||||
"version" : "0.0.3",
|
||||
"description" : "Node-RED nodes to read from and write to a PiFace Digital Raspberry Pi add-on board",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiFace"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "piface" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-piliter",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.0.6",
|
||||
"description" : "A Node-RED node to drive a Raspberry Pi Pi-LITEr 8 LED board.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiLiter"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "piliter" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-pibrella",
|
||||
"version" : "0.0.7",
|
||||
"version" : "0.0.8",
|
||||
"description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Pibrella"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "pibrella" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-blink1",
|
||||
"version" : "0.0.7",
|
||||
"version" : "0.0.8",
|
||||
"description" : "A Node-RED node to control a Thingm Blink(1)",
|
||||
"dependencies" : {
|
||||
"node-blink1" : "0.1.5"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "blink1" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-blinkstick",
|
||||
"version" : "0.1.7",
|
||||
"version" : "0.1.8",
|
||||
"description" : "A Node-RED node to control a Blinkstick",
|
||||
"dependencies" : {
|
||||
"blinkstick" : "1.1.*"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "blinkstick" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name" : "node-red-node-digirgb",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node to control a Digispark RGB LED",
|
||||
"dependencies" : {
|
||||
"node-hid" : "0.3.1"
|
||||
"node-hid" : "0.4.*"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "digiRGB" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name" : "node-red-node-makeymakey",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "A Node-RED node to read from a MakeyMakey input device.",
|
||||
"dependencies" : {
|
||||
"hidstream": "0.0.3"
|
||||
"hidstream": "2.0.*"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/makey"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "makeymakey" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "node-red-node-sensortag",
|
||||
"description": "A Node-RED node to read data from a TI SensorTag",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"keywords" : ["node-red","sensortag"],
|
||||
"dependencies": {
|
||||
"sensortag" : "0.1.9"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/sensorTag"
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name" : "node-red-node-wemo",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "A Node-RED node to control a Belkin Wemo set of devices.",
|
||||
"dependencies" : {
|
||||
"wemo" : "0.1.0"
|
||||
"wemo" : "0.2.*"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/wemo"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "wemo" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-emoncms",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node to send energy data to emoncms.org.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/emoncms"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "emoncms" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-discovery",
|
||||
"version" : "0.0.8",
|
||||
"version" : "0.0.9",
|
||||
"description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.",
|
||||
"dependencies" : {
|
||||
"mdns" : "2.2.*"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mdns"
|
||||
},
|
||||
"license": "Apache v2",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "mdns", "avahi", "bonjour" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-mqlight",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.0.6",
|
||||
"description" : "A Node-RED node to send and receive message from IBM MQ Light",
|
||||
"dependencies" : {
|
||||
"mqlight" : "1.0.x"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mqlight"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "mqlight" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-ping",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.0.6",
|
||||
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/ping"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "ping", "keepalive" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-snmp",
|
||||
"version" : "0.0.2",
|
||||
"version" : "0.0.3",
|
||||
"description" : "A Node-RED node that looks for SNMP oids.",
|
||||
"dependencies" : {
|
||||
"net-snmp" : "1.1.13"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
|
||||
},
|
||||
"license": "Apache v2",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "snmp", "oid" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name" : "node-red-node-stomp",
|
||||
"version" : "0.0.6",
|
||||
"version" : "0.0.7",
|
||||
"description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
|
||||
"dependencies" : {
|
||||
"stomp-client" : "0.6.2"
|
||||
"stomp-client" : "0.6.*"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/stomp"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "stomp", "stomp-client" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-wol",
|
||||
"version" : "0.0.4",
|
||||
"version" : "0.0.5",
|
||||
"description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
|
||||
"dependencies" : {
|
||||
"wake_on_lan" : "0.0.4"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/wol"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "wol", "wake_on_lan" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-nma",
|
||||
"version" : "0.0.4",
|
||||
"version" : "0.0.5",
|
||||
"description" : "A Node-RED node to send alerts via Notify-My-Android",
|
||||
"dependencies" : {
|
||||
"nma" : "0.2.2"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/nma"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "nma", "notify my android" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-prowl",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node to send alerts via Prowl",
|
||||
"dependencies" : {
|
||||
"node-prowl" : "0.1.7"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/prowl"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "prowl"],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name" : "node-red-node-pushbullet",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.0.6",
|
||||
"description" : "A Node-RED node to send alerts via Pushbullet",
|
||||
"dependencies" : {
|
||||
"pushbullet": "1.4.*",
|
||||
"when": "^3.6.4"
|
||||
"when": "^3.7.3"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "pushbullet" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-pushover",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node to send alerts via Pushover",
|
||||
"dependencies" : {
|
||||
"pushover-notifications" : "0.2.2"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushover"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "pushover" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-twilio",
|
||||
"version" : "0.0.6",
|
||||
"version" : "0.0.7",
|
||||
"description" : "A Node-RED node to send SMS messages via the Twilio service.",
|
||||
"dependencies" : {
|
||||
"twilio" : "1.6.0"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/twilio"
|
||||
},
|
||||
"license": "Apache-v2.0",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "twilio", "sms" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-leveldb",
|
||||
"version" : "0.0.4",
|
||||
"version" : "0.0.5",
|
||||
"description" : "A Node-RED node to read and write to a LevelDB database",
|
||||
"dependencies" : {
|
||||
"level" : "1.0.0"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/leveldb"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "leveldb" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name" : "node-red-node-mysql",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.0.6",
|
||||
"description" : "A Node-RED node to read and write to a MySQL database",
|
||||
"dependencies" : {
|
||||
"mysql" : "2.5.*"
|
||||
"mysql" : "2.7.*"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/mysql"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "mysql" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-sqlite",
|
||||
"version" : "0.0.6",
|
||||
"version" : "0.0.7",
|
||||
"description" : "A sqlite node for Node-RED",
|
||||
"dependencies" : {
|
||||
"sqlite3" : "3.0.*"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/storage/sqlite/"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "sqlite" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-daemon",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "A Node-RED node that runs and monitors a long running system command.",
|
||||
"dependencies" : {
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/utility/daemon"
|
||||
},
|
||||
"license": "Apache-v2.0",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "daemon", "shell", "exec" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-exif",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node that extracts Exif information from JPEG image buffers.",
|
||||
"dependencies" : {
|
||||
"exif": "0.4.0"
|
||||
@ -9,7 +9,7 @@
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/utility/exif"
|
||||
},
|
||||
"license": "Apache-v2.0",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "exif"],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
Loading…
Reference in New Issue
Block a user