8x8matrix
Version:
A simple node.js-based helper for the Raspberry Pi and the Adafruit 8x8 Matrix
38 lines (37 loc) • 829 B
JSON
{
"author": "Benjamin Kramer <info@nerdchandise.io>",
"name": "8x8matrix",
"description": "A simple node.js-based helper for the Raspberry Pi and the Adafruit 8x8 Matrix",
"version": "0.1.4",
"homepage": "https://nerdchandise.io",
"main": "./8x8matrix.js",
"bugs": {
"url": "https://nerdchandise.io/8x8matrix/issues"
},
"keywords": [
"raspberry",
"pi",
"gpio",
"simple",
"matrix",
"led",
"adafruit",
"8x8"
],
"optionalDependencies": {},
"engines": {
"node": "*"
},
"dependencies": {
"rpio": "^0.9.22"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nerdchandise/Adafruit-8x8-Matrix-with-NodeJS.git"
},
"license": "ISC"
}