{
  "author": "Morten Siebuhr <sbhr@sbhr.dk>",
  "name": "uber-statsd-client",
  "description": "Yet another client for Etsy's statsd",
  "keywords": [
    "statsd",
    "client",
    "metrics",
    "udp"
  ],
  "version": "1.7.3",
  "homepage": "https://github.com/uber/node-statsd-client",
  "bugs": "https://github.com/uber/node-statsd-client/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/uber/node-statsd-client.git"
  },
  "main": "./statsd.js",
  "scripts": {
    "test": "node test/index.js",
    "cover": "istanbul cover --print detail --report html test/index.js",
    "view-cover": "istanbul report html && opn ./coverage/index.html"
  },
  "dependencies": {
    "back": "^0.1.5",
    "ringbufferjs": "0.0.1",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "istanbul": "^0.4.1",
    "process": "0.11.1",
    "tape": "4.0.0"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
