mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
ffb6d267ed
(should compile on node v0.12)
25 lines
661 B
JSON
25 lines
661 B
JSON
{
|
|
"name" : "node-red-node-blink1",
|
|
"version" : "0.0.9",
|
|
"description" : "A Node-RED node to control a Thingm Blink(1)",
|
|
"dependencies" : {
|
|
"node-blink1" : "0.2.1"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
}
|
|
}
|