cd-rpi-rgb-led-matrix
Version:
control led matrix with nodejs on raspberry pi. Nodejs binding of https://github.com/hzeller/rpi-rgb-led-matrix
37 lines (36 loc) • 890 B
JSON
{
"name": "cd-rpi-rgb-led-matrix",
"version": "0.3.2",
"description": "control led matrix with nodejs on raspberry pi. Nodejs binding of https://github.com/hzeller/rpi-rgb-led-matrix",
"keywords": [
"raspberry",
"raspberrypi",
"pi",
"rpi",
"ledmatrix",
"rpi-rgb-led-matrix",
"led-matrix",
"easybotics"
],
"homepage": "https://github.com/CameronDiver/node-rpi-rgb-led-matrix.git",
"bugs": {
"url": "https://github.com/CameronDiver/node-rpi-rgb-led-matrix/issues"
},
"author": {
"name": "Cameron Diver",
"email": "cameron@balena.io",
"url": "https://github.com/CameronDiver/"
},
"repository": {
"type": "git",
"url": "https://github.com/CameronDiver/node-rpi-rgb-led-matrix"
},
"main": "index.js",
"license": "GPL2.0",
"engines": {
"node": ">=0.10.3"
},
"dependencies": {
"nan": "^2.2.0"
}
}