2014-07-08 23:57:42 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-blink1",
|
2016-11-06 21:26:19 +01:00
|
|
|
"version" : "0.0.17",
|
2014-07-08 23:57:42 +02:00
|
|
|
"description" : "A Node-RED node to control a Thingm Blink(1)",
|
|
|
|
"dependencies" : {
|
2016-02-22 19:57:40 +01:00
|
|
|
"node-blink1" : "0.2.2"
|
2014-07-08 23:57:42 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-08 23:57:42 +02:00
|
|
|
"keywords": [ "node-red", "blink1" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"blink1": "77-blink1.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|