{
  "name": "@p4d/rpi",
  "version": "1.14.0",
  "description": "Raspberry Pi utility that handles messaging to Hermes server via a queue daemon.",
  "main": "rpi.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://git.p4design.com.ar/p4d/rpi/rpi-tools"
  },
  "author": "Tomás Migone <tomas@p4d.com.ar> (http://www.programming4design.com.ar)",
  "license": "WTFPL",
  "keywords": [
    "rpi",
    "raspberry",
    "pi",
    "tools"
  ],
  "dependencies": {
    "async": "^2.3.0",
    "command-exists": "^1.2.2",
    "detect-rpi": "^1.2.0",
    "diskusage": "^0.2.1",
    "fs": "0.0.1-security",
    "ip": "^1.1.5",
    "os": "^0.1.1",
    "public-ip": "^2.3.3"
  },
  "devDependencies": {
    "standard": "^9.0.2"
  }
}
