ws281x-pi4
Version:
36 lines (35 loc) • 782 B
JSON
{
"name": "ws281x-pi4",
"version": "1.1.2",
"description": "rpi-ws281x",
"main": "index.js",
"scripts": {
"goto-github": "make goto-github",
"goto-npm": "make goto-npm",
"git-pull": "make git-pull",
"git-commit": "make git-commit",
"git-revert": "make git-revert",
"npm-publish": "make npm-publish"
},
"keywords": [
"ws2811",
"ws2812",
"ws281x",
"neopixel",
"neopixels",
"adafruit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gberdeaux/rpi-ws281x.git"
},
"author": "",
"bugs": {
"url": "https://github.com/gberdeaux/rpi-ws281x/issues"
},
"dependencies": {
"nan": "^2.14.2",
"node-gyp": "^8.1.0"
},
"homepage": "https://github.com/gberdeaux/rpi-ws281x#readme"
}