UNPKG

rpi-sk6812-native

Version:

(raspberry-pi *only*) native bindings to control a strip of WS281x or SK6812 LEDs with node.js

30 lines (29 loc) 738 B
{ "name": "rpi-sk6812-native", "version": "0.9.1", "description": "(raspberry-pi *only*) native bindings to control a strip of WS281x or SK6812 LEDs with node.js", "keywords": [ "raspberry", "ws2811", "ws2812", "sk6812", "led", "hardware" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "repository": { "type": "git", "url": "git://github.com/n-johnson/node-rpi-sk6812-native.git" }, "author": "Martin Schuhfuss <m.schuhfuss@gmail.com>", "homepage": "https://github.com/n-johnson/node-rpi-sk6812-native", "bugs": "https://github.com/n-johnson/node-rpi-sk6812-native/issues", "license": "MIT", "dependencies": { "nan": "^2.0.9" }, "devDependencies": {} }