{
  "name": "piglow-cli",
  "version": "2.0.1",
  "description": "commandline interface for the piglow",
  "main": "index.js",
  "author": "Manuel Ernst <zaphod84@gmx.de>",
  "repository": {
    "type": "git",
    "url": "https://github.com/seriousManual/node-piglow-cli"
  },
  "license": "MIT",
  "dependencies": {
    "piglow": "^3",
    "yargs": "^1.3.3"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.0.1"
  },
  "keywords": [
    "pimoroni",
    "piglow",
    "raspberry pi",
    "led",
    "cli"
  ],
  "bin": {
    "piglow": "bin/piglow.js"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "./node_modules/.bin/mocha tests --timeout 5000"
  },
  "engine": {
    "node": ">=4"
  }
}
