rpi-rgb
Version:
Implements PWM control of RGB lighting via Raspberry Pi GPIO
32 lines (31 loc) • 726 B
JSON
{
"name": "rpi-rgb",
"version": "1.1.10",
"description": "Implements PWM control of RGB lighting via Raspberry Pi GPIO",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"wiring-pi": "^2.1.1",
"mathjs": "^3.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteveMacAwesome/rpi-rgb.git"
},
"keywords": [
"raspberrypi",
"wiringpi",
"gpio",
"led",
"pwm",
"rgb"
],
"author": "Ben \"Steve macAwesome\" Allen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SteveMacAwesome/rpi-rgb/issues"
},
"homepage": "https://github.com/SteveMacAwesome/rpi-rgb#readme"
}