mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Tweak blinkstick readme
This commit is contained in:
parent
78d758bf85
commit
96c3ba0282
@ -1,6 +1,6 @@
|
|||||||
node-red-node-blinkstick
|
node-red-node-blinkstick
|
||||||
========================
|
========================
|
||||||
A Node-Red node to control a <a href="http://blinkstick.com/" target="_new">Blinkstick</a>.
|
A <a href="http://nodered.org" target="_new">Node-RED</a> node to control a <a href="http://blinkstick.com/" target="_new">Blinkstick</a>.
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-blinkstick",
|
"name" : "node-red-node-blinkstick",
|
||||||
"version" : "0.0.1",
|
"version" : "0.0.2",
|
||||||
"description" : "A Node-RED node to control a Blinkstick",
|
"description" : "A Node-RED node to control a Blinkstick",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"blinkstick" : "0.1.*"
|
"blinkstick" : "0.1.*"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
"url":"https://github.com/node-red/node-red-nodes.git"
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick"
|
||||||
},
|
},
|
||||||
"license": "Apache",
|
"license": "Apache",
|
||||||
"keywords": [ "node-red", "blinkstick" ],
|
"keywords": [ "node-red", "blinkstick" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user