{
  "name": "zag-daemon",
  "version": "0.0.2",
  "author": "sentientwaffle",
  "description": "aggregate metrics data",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tap $(find test -name '*.test.js' | sort)"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/voxer/zag.git"
  },
  "homepage": "https://github.com/voxer/zag",
  "keywords": [
    "zag",
    "metrics"
  ],
  "dependencies": {
    "metrics": "~0.1.6",
    "llquantize": "0.0.6",
    "routes": "~0.2.0",
    "zag-agent": "~0.0.0"
  },
  "devDependencies": {
    "tap": "~0.4.6"
  }
}
