webthing-sk6812
Version:
WebThing to control a strip of Sk6812 LEDs from a Raspberry Pi.
27 lines (26 loc) • 635 B
JSON
{
"name": "webthing-sk6812",
"version": "0.1.0",
"description": "WebThing to control a strip of Sk6812 LEDs from a Raspberry Pi.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Webthing",
"SK6812",
"RGBW",
"Raspberry Pi"
],
"author": "Alan Thiessen",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlanDThiessen/webthing-sk6812/issues"
},
"homepage": "https://github.com/AlanDThiessen/webthing-sk6812",
"dependencies": {
"color": "^3.1.3",
"rpi-ws281x": "file:../rpi-ws281x",
"webthing": "^0.15.0"
}
}