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

36 lines
881 B
JSON

{
"name": "node-red-node-blinkstick",
"version": "0.1.7",
"description": "A Node-RED node to control a Blinkstick",
"dependencies": {
"blinkstick": "1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/blinkstick"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"blinkstick"
],
"node-red": {
"nodes": {
"blinkstick": "76-blinkstick.js"
}
},
"author": {
"name": "Arvydas Juskevicius",
"email": "arvydas@agileinnovative.co.uk",
"url": "http://www.blinkstick.com"
},
"contributors": [
{
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
]
}