2016-01-11 22:21:54 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-pi-unicorn-hat",
|
2022-03-11 18:49:55 +01:00
|
|
|
"version" : "0.1.1",
|
2016-01-11 22:21:54 +01:00
|
|
|
"description" : "A Node-RED node to output to a Raspberry Pi Unicorn HAT from Pimorini.",
|
|
|
|
"dependencies" : {
|
2022-05-18 14:27:35 +02:00
|
|
|
"pngjs": "2.3.1"
|
2016-01-11 22:21:54 +01:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/hardware/unicorn"
|
2016-01-11 22:21:54 +01:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"keywords": [ "node-red", "unicorn", "pimorini" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"unicorn": "unicorn.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|