2016-01-11 22:22:30 +01:00
|
|
|
{
|
2018-04-15 12:24:56 +02:00
|
|
|
"name" : "node-red-node-pi-neopixel",
|
2018-11-25 19:44:01 +01:00
|
|
|
"version" : "0.0.23",
|
2018-04-15 12:24:56 +02:00
|
|
|
"description" : "A Node-RED node to output to a neopixel (ws2812) string of LEDS from a Raspberry Pi.",
|
|
|
|
"dependencies" : {
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/neopixel"
|
2016-01-11 22:22:30 +01:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2018-04-15 00:17:12 +02:00
|
|
|
"keywords": [
|
|
|
|
"node-red",
|
|
|
|
"ws2812",
|
|
|
|
"neopixel"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
2016-01-11 22:22:30 +01:00
|
|
|
"rpi-neopixels": "neopixel.js"
|
|
|
|
}
|
|
|
|
},
|
2018-04-15 00:17:12 +02:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "scripts/checklib.js"
|
2016-01-11 22:22:30 +01:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|