1
0
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:
dceejay 2015-05-29 14:58:34 +01:00
parent 621b6a2bcf
commit 76f55af264
34 changed files with 74 additions and 74 deletions

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-badwords", "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.", "description" : "A Node-RED node that attempts to filter out messages containing swearwords.",
"dependencies" : { "dependencies" : {
"badwords" : "0.0.3" "badwords" : "0.0.3"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter" "url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "badwords", "swearfilter" ], "keywords": [ "node-red", "badwords", "swearfilter" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-wordpos", "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.", "description" : "A Node-RED node that breaks a sentence into the various parts of (English) speech.",
"dependencies" : { "dependencies" : {
"wordpos" : "0.1.*" "wordpos" : "0.1.*"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos" "url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "wordpos" ], "keywords": [ "node-red", "wordpos" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pidcontrol", "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.", "description" : "A Node-RED node that that provides a simple PID controller.",
"dependencies" : { "dependencies" : {
"node-pid-controller": "0.0.3" "node-pid-controller": "0.0.3"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/PID" "url":"https://github.com/node-red/node-red-nodes/tree/master/function/PID"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "PID", "control" ], "keywords": [ "node-red", "PID", "control" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-random", "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.", "description" : "A Node-RED node that when triggered generates a random number between two values.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/random" "url":"https://github.com/node-red/node-red-nodes/tree/master/function/random"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "random" ], "keywords": [ "node-red", "random" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-rbe", "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.", "description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/rbe" "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" ], "keywords": [ "node-red", "rbe", "bandgap", "deadband" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-smooth", "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.", "description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth" "url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "smooth", "average" ], "keywords": [ "node-red", "smooth", "average" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-beaglebone", "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", "description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/BBB" "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" ], "keywords": [ "node-red", "beagleboneblack", "beaglebone", "bbb" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-ledborg", "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.", "description" : "A Node-RED node to control a PiBorg LedBorg board for a Raspberry Pi.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/ledborg" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/ledborg"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "ledborg" ], "keywords": [ "node-red", "ledborg" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-piface", "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", "description" : "Node-RED nodes to read from and write to a PiFace Digital Raspberry Pi add-on board",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiFace" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiFace"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "piface" ], "keywords": [ "node-red", "piface" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-piliter", "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.", "description" : "A Node-RED node to drive a Raspberry Pi Pi-LITEr 8 LED board.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiLiter" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiLiter"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "piliter" ], "keywords": [ "node-red", "piliter" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pibrella", "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", "description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Pibrella" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Pibrella"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "pibrella" ], "keywords": [ "node-red", "pibrella" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-blink1", "name" : "node-red-node-blink1",
"version" : "0.0.7", "version" : "0.0.8",
"description" : "A Node-RED node to control a Thingm Blink(1)", "description" : "A Node-RED node to control a Thingm Blink(1)",
"dependencies" : { "dependencies" : {
"node-blink1" : "0.1.5" "node-blink1" : "0.1.5"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "blink1" ], "keywords": [ "node-red", "blink1" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-blinkstick", "name" : "node-red-node-blinkstick",
"version" : "0.1.7", "version" : "0.1.8",
"description" : "A Node-RED node to control a Blinkstick", "description" : "A Node-RED node to control a Blinkstick",
"dependencies" : { "dependencies" : {
"blinkstick" : "1.1.*" "blinkstick" : "1.1.*"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "blinkstick" ], "keywords": [ "node-red", "blinkstick" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,16 +1,16 @@
{ {
"name" : "node-red-node-digirgb", "name" : "node-red-node-digirgb",
"version" : "0.0.3", "version" : "0.0.4",
"description" : "A Node-RED node to control a Digispark RGB LED", "description" : "A Node-RED node to control a Digispark RGB LED",
"dependencies" : { "dependencies" : {
"node-hid" : "0.3.1" "node-hid" : "0.4.*"
}, },
"homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/", "homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/",
"repository" : { "repository" : {
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "digiRGB" ], "keywords": [ "node-red", "digiRGB" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,15 +1,15 @@
{ {
"name" : "node-red-node-makeymakey", "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.", "description" : "A Node-RED node to read from a MakeyMakey input device.",
"dependencies" : { "dependencies" : {
"hidstream": "0.0.3" "hidstream": "2.0.*"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/makey" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/makey"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "makeymakey" ], "keywords": [ "node-red", "makeymakey" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,12 +1,12 @@
{ {
"name": "node-red-node-sensortag", "name": "node-red-node-sensortag",
"description": "A Node-RED node to read data from a TI 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"], "keywords" : ["node-red","sensortag"],
"dependencies": { "dependencies": {
"sensortag" : "0.1.9" "sensortag" : "0.1.9"
}, },
"license": "Apache", "license": "Apache-2.0",
"repository" : { "repository" : {
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/sensorTag" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/sensorTag"

View File

@ -1,15 +1,15 @@
{ {
"name" : "node-red-node-wemo", "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.", "description" : "A Node-RED node to control a Belkin Wemo set of devices.",
"dependencies" : { "dependencies" : {
"wemo" : "0.1.0" "wemo" : "0.2.*"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/wemo" "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/wemo"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "wemo" ], "keywords": [ "node-red", "wemo" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-emoncms", "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.", "description" : "A Node-RED node to send energy data to emoncms.org.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/emoncms" "url":"https://github.com/node-red/node-red-nodes/tree/master/io/emoncms"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "emoncms" ], "keywords": [ "node-red", "emoncms" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-discovery", "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.", "description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.",
"dependencies" : { "dependencies" : {
"mdns" : "2.2.*" "mdns" : "2.2.*"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mdns" "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" ], "keywords": [ "node-red", "mdns", "avahi", "bonjour" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-mqlight", "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", "description" : "A Node-RED node to send and receive message from IBM MQ Light",
"dependencies" : { "dependencies" : {
"mqlight" : "1.0.x" "mqlight" : "1.0.x"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mqlight" "url":"https://github.com/node-red/node-red-nodes/tree/master/io/mqlight"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "mqlight" ], "keywords": [ "node-red", "mqlight" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-ping", "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.", "description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/ping" "url":"https://github.com/node-red/node-red-nodes/tree/master/io/ping"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "ping", "keepalive" ], "keywords": [ "node-red", "ping", "keepalive" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-snmp", "name" : "node-red-node-snmp",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "A Node-RED node that looks for SNMP oids.", "description" : "A Node-RED node that looks for SNMP oids.",
"dependencies" : { "dependencies" : {
"net-snmp" : "1.1.13" "net-snmp" : "1.1.13"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp" "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" ], "keywords": [ "node-red", "snmp", "oid" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,15 +1,15 @@
{ {
"name" : "node-red-node-stomp", "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", "description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
"dependencies" : { "dependencies" : {
"stomp-client" : "0.6.2" "stomp-client" : "0.6.*"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/stomp" "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" ], "keywords": [ "node-red", "stomp", "stomp-client" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-wol", "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", "description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
"dependencies" : { "dependencies" : {
"wake_on_lan" : "0.0.4" "wake_on_lan" : "0.0.4"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/wol" "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" ], "keywords": [ "node-red", "wol", "wake_on_lan" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-nma", "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", "description" : "A Node-RED node to send alerts via Notify-My-Android",
"dependencies" : { "dependencies" : {
"nma" : "0.2.2" "nma" : "0.2.2"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/nma" "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" ], "keywords": [ "node-red", "nma", "notify my android" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-prowl", "name" : "node-red-node-prowl",
"version" : "0.0.3", "version" : "0.0.4",
"description" : "A Node-RED node to send alerts via Prowl", "description" : "A Node-RED node to send alerts via Prowl",
"dependencies" : { "dependencies" : {
"node-prowl" : "0.1.7" "node-prowl" : "0.1.7"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/prowl" "url":"https://github.com/node-red/node-red-nodes/tree/master/social/prowl"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "prowl"], "keywords": [ "node-red", "prowl"],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,16 +1,16 @@
{ {
"name" : "node-red-node-pushbullet", "name" : "node-red-node-pushbullet",
"version" : "0.0.5", "version" : "0.0.6",
"description" : "A Node-RED node to send alerts via Pushbullet", "description" : "A Node-RED node to send alerts via Pushbullet",
"dependencies" : { "dependencies" : {
"pushbullet": "1.4.*", "pushbullet": "1.4.*",
"when": "^3.6.4" "when": "^3.7.3"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet" "url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "pushbullet" ], "keywords": [ "node-red", "pushbullet" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pushover", "name" : "node-red-node-pushover",
"version" : "0.0.3", "version" : "0.0.4",
"description" : "A Node-RED node to send alerts via Pushover", "description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : { "dependencies" : {
"pushover-notifications" : "0.2.2" "pushover-notifications" : "0.2.2"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushover" "url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushover"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "pushover" ], "keywords": [ "node-red", "pushover" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-twilio", "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.", "description" : "A Node-RED node to send SMS messages via the Twilio service.",
"dependencies" : { "dependencies" : {
"twilio" : "1.6.0" "twilio" : "1.6.0"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/twilio" "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" ], "keywords": [ "node-red", "twilio", "sms" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-leveldb", "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", "description" : "A Node-RED node to read and write to a LevelDB database",
"dependencies" : { "dependencies" : {
"level" : "1.0.0" "level" : "1.0.0"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/leveldb" "url":"https://github.com/node-red/node-red-nodes/tree/master/storage/leveldb"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "leveldb" ], "keywords": [ "node-red", "leveldb" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,15 +1,15 @@
{ {
"name" : "node-red-node-mysql", "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", "description" : "A Node-RED node to read and write to a MySQL database",
"dependencies" : { "dependencies" : {
"mysql" : "2.5.*" "mysql" : "2.7.*"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/mysql" "url":"https://github.com/node-red/node-red-nodes/tree/master/storage/mysql"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "mysql" ], "keywords": [ "node-red", "mysql" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-sqlite", "name" : "node-red-node-sqlite",
"version" : "0.0.6", "version" : "0.0.7",
"description" : "A sqlite node for Node-RED", "description" : "A sqlite node for Node-RED",
"dependencies" : { "dependencies" : {
"sqlite3" : "3.0.*" "sqlite3" : "3.0.*"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/storage/sqlite/" "url":"https://github.com/node-red/node-red-nodes/storage/sqlite/"
}, },
"license": "Apache", "license": "Apache-2.0",
"keywords": [ "node-red", "sqlite" ], "keywords": [ "node-red", "sqlite" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-daemon", "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.", "description" : "A Node-RED node that runs and monitors a long running system command.",
"dependencies" : { "dependencies" : {
}, },
@ -8,7 +8,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/utility/daemon" "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" ], "keywords": [ "node-red", "daemon", "shell", "exec" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-exif", "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.", "description" : "A Node-RED node that extracts Exif information from JPEG image buffers.",
"dependencies" : { "dependencies" : {
"exif": "0.4.0" "exif": "0.4.0"
@ -9,7 +9,7 @@
"type":"git", "type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/utility/exif" "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"], "keywords": [ "node-red", "exif"],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {