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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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