ws2812-pi
Version:
A simple module to control a ws2812 led strip with a pi.
29 lines (28 loc) • 644 B
JSON
{
"name": "ws2812-pi",
"version": "0.0.0",
"description": "A simple module to control a ws2812 led strip with a pi.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteffenKn/WS2812-PI.git"
},
"keywords": [
"WS2812",
"Led",
"Strip",
"Controller",
"LedController",
"Pi",
"Raspberry"
],
"author": "Steffen Knaup",
"license": "MIT",
"bugs": {
"url": "https://github.com/SteffenKn/WS2812-PI/issues"
},
"homepage": "https://github.com/SteffenKn/WS2812-PI#readme"
}