{
  "author": "Morten Siebuhr <sbhr@sbhr.dk>",
  "name": "statsd-client",
  "description": "Yet another client for Etsy's statsd",
  "keywords": [
    "statsd",
    "client",
    "metrics",
    "udp",
    "tcp"
  ],
  "version": "0.4.6",
  "homepage": "https://github.com/msiebuhr/node-statsd-client",
  "bugs": "https://github.com/msiebuhr/node-statsd-client/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/msiebuhr/node-statsd-client.git"
  },
  "main": "lib/statsd-client.js",
  "dependencies": {},
  "devDependencies": {
    "chai": "~1.3.0",
    "eslint": "^4.16.0",
    "express": "^4.13.4",
    "mocha": "~1.6.0",
    "offline-github-changelog": "^1.6.1",
    "sinon": "^1.17.3",
    "supertest": "^1.2.0"
  },
  "scripts": {
    "test": "mocha -R spec && eslint .",
    "preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
  },
  "license": "MIT",
  "files": [
    "REAMDE.md",
    "lib/",
    "examples/"
  ],
  "optionalDependencies": {}
}
