{
  "name": "nsolid-statsd",
  "version": "2.0.1",
  "description": "a daemon that sends N|Solid metrics to statsd",
  "main": "daemon",
  "license": "MIT",
  "preferGlobal": true,
  "author": "NodeSource <npm@nodesource.com> (https://nodesource.com)",
  "contributors": [
    "Patrick Mueller <pmuellr@nodesource.com> (https://github.com/pmuellr)",
    "Johannes Würbach (https://github.com/johanneswuerbach)",
    "Dave Olszewski <daveo@nodesource.com> (https://github.com/cxreg)",
    "Joe Doyle <jdoyle@nodesource.com> (https://github.com/JoeDoyle23)"
  ],
  "keywords": [
    "N|Solid",
    "nsolid",
    "statsd"
  ],
  "scripts": {
    "start": "nsolid daemon",
    "utest": "nsolid test/index.js | tap-spec",
    "test": "npm run utest && standard",
    "watch": "nodemon --exec 'npm test' --ext js,json"
  },
  "bin": {
    "nsolid-statsd" : "./daemon.js"
  },
  "dependencies": {
    "camelize": "~1.0.0",
    "rc": "~1.1.0"
  },
  "bundledDependencies": [
    "nsolid-apiclient"
  ],
  "devDependencies": {
    "nodemon": "~1.11.0",
    "tape": "~4.6.3",
    "tap-spec": "~4.1.1",
    "standard": "~8.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nodesource/nsolid-statsd.git"
  },
  "bugs": {
    "url": "https://github.com/nodesource/nsolid-statsd/issues"
  },
  "homepage": "https://github.com/nodesource/nsolid-statsd"
}
