{
  "name": "piglow-clock",
  "version": "1.1.0",
  "description": "visualize a binary clock via the pimoroni piglow",
  "main": "index.js",
  "author": "Manuel Ernst <seriousstuff@gmx.de>",
  "scripts": {
    "test": "mocha tests"
  },
  "repository": "git@github.com:seriousManual/node-piglow-clock.git",
  "keywords": [
    "pimoroni",
    "piglow",
    "raspberry pi",
    "led",
    "i2c",
    "binary clock",
    "clock"
  ],
  "license": "MIT",
  "dependencies": {
    "piglow": "^3",
    "optimist": "~0.6.0",
    "ptic": "~0.2.0",
    "depugger": "~0.1.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.0.2",
    "sandboxed-module": "^2.0.3",
    "sinon": "^1.17.5"
  },
  "preferGlobal": true,
  "bin": {
    "piglow-clock": "bin/piglowClock.js"
  }
}
