@mrdrogdrog/rpi-rgb-led-matrix
Version:
control led matrix with nodejs on raspberry pi. Nodejs binding of https://github.com/hzeller/rpi-rgb-led-matrix
38 lines (37 loc) • 892 B
JSON
{
"name": "@mrdrogdrog/rpi-rgb-led-matrix",
"version": "0.3.1",
"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",
"hzeller"
],
"homepage": "https://github.com/mrdrogdrog/node-rpi-rgb-led-matrix",
"bugs": {
"url": "https://github.com/mrdrogdrog/node-rpi-rgb-led-matrix/issues"
},
"author": {
"name": "Ben",
"email": "keptan@protonmail.com",
"url": "https://github.com/keptan/"
},
"repository": {
"type": "git",
"url": "https://github.com/mrdrogdrog/node-rpi-rgb-led-matrix"
},
"main": "index.js",
"license": "GPL2.0",
"engines": {
"node": ">=0.10.3"
},
"dependencies": {
"nan": "^2.2.0"
}
}