{
  "name": "piglow-system",
  "version": "2.0.0",
  "description": "several visualisation utilities for your system",
  "author": "Manuel Ernst <zaphod84@gmx.de>",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/zaphod1984/node-piglow-system.git"
  },
  "keywords": [
    "raspberry pi",
    "pimoroni",
    "piglow",
    "system load",
    "system utilization",
    "cpu",
    "temperature",
    "memory"
  ],
  "license": "MIT",
  "dependencies": {
    "cputilization": "^1.0.0",
    "depugger": "^1.0.0",
    "piglow": "^3",
    "ptic": "^1.0.0",
    "yargs": "^1.3.3"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.0.1",
    "sandboxed-module": "^1.0.3",
    "sinon": "^1.12.2"
  },
  "bin": {
    "piglow-load": "bin/piglowLoad.js",
    "piglow-cpu": "bin/piglowCpu.js",
    "piglow-memory": "bin/piglowMemory.js",
    "piglow-temperature": "bin/piglowTemperature.js",
    "piglow-system": "bin/piglowSystem.js"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "./node_modules/.bin/mocha tests"
  },
  "engine": {
    "node": ">=4"
  }
}
