{
  "name": "traces",
  "version": "0.4.0",
  "description": "Distributed tracing library",
  "keywords": [
    "trace",
    "tracer",
    "tracing",
    "distributed",
    "cloud"
  ],
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "dependencies": {
    "axon": "0.6.1",
    "commander": "~1.0.5",
    "debug": "~0.7.0",
    "ms": "~0.6.0",
    "printf": "~0.1.1",
    "bytes": "~0.2.1"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "bin": {
    "trace": "bin/trace"
  },
  "main": "index"
}
