node-red-nodes/hardware/blink1/package.json

25 lines
662 B
JSON

{
"name" : "node-red-node-blink1",
"version" : "0.0.17",
"description" : "A Node-RED node to control a Thingm Blink(1)",
"dependencies" : {
"node-blink1" : "0.2.2"
},
"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"
}
}