{
  "author": {
    "email": "paul@borza.ro",
    "name": "Paul Borza",
    "url": "https://borza.ro/"
  },
  "dependencies": {
    "bunyan": "~1.8.9",
    "raven": "~2.0.0",
    "statsd-client": "~0.2.4"
  },
  "description": "Shared code for monitoring Node micro-services in production",
  "devDependencies": {
    "@types/bunyan": "0.0.36",
    "@types/jest": "~18.1.1",
    "@types/node": "~7.0.8",
    "@types/raven": "~1.2.2",
    "@types/statsd-client": "~0.1.30",
    "grunt": "~1.0.1",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-coveralls": "~1.0.1",
    "grunt-eslint": "~19.0.0",
    "grunt-shell": "~2.1.0",
    "grunt-ts": "~6.0.0-beta.11",
    "grunt-tslint": "~4.0.0",
    "jest": "~19.0.2",
    "tslint": "~4.5.1",
    "typescript": "~2.2.1"
  },
  "keywords": [
    "boilerplate",
    "monitoring"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "household",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/arrowfunction/household.git"
  },
  "types": "dist/index.d.ts",
  "version": "0.1.1"
}
