{
  "name": "rpi-matrix",
  "version": "1.0.72",
  "description": "Raspberry Pi RGB Matrix addon for Node",
  "main": "index.js",
  "scripts": {
    "install": "make -C hzeller/lib && node-gyp rebuild",
    "build": "node-gyp rebuild",
    "goto-github": "make goto-github",
    "goto-npm": "make goto-npm",
    "npm-publish": "make npm-publish",
    "git-pull": "make git-pull",
    "git-revert": "make git-revert",
    "git-commit": "make git-commit"
  },
  "dependencies": {
    "canvas": "^2.1.0",
    "color": "^3.1.0",
    "nan": "^2.4.0",
    "rpi-pixels": "^1.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meg768/rpi-matrix.git"
  },
  "keywords": [
    "matrix",
    "led",
    "canvas",
    "rpi-rgb-led-matrix",
    "hzeller",
    "adafruit"
  ],
  "author": "meg768",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/meg768/rpi-matrix/issues"
  },
  "homepage": "https://github.com/meg768/rpi-matrix#readme",
  "devDependencies": {
  }
}
