{
  "name": "health",
  "description": "Resource status monitoring library.",
  "keywords": [
    "health",
    "status",
    "monitor"
  ],
  "version": "0.3.0",
  "homepage": "http://github.com/cliffano/health",
  "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
  "contributors": [
    "All contributors (https://github.com/cliffano/health/graphs/contributors)"
  ],
  "main": "./lib/health",
  "bin": {
    "health": "./bin/health"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/cliffano/health.git"
  },
  "bugs": {
    "url": "http://github.com/cliffano/health/issues"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "test": "./test"
  },
  "dependencies": {
    "async": "^1.2.1",
    "bagofcli": "^0.2.2",
    "bagofrequest": "^0.1.1",
    "colors": "^1.1.2",
    "fs.extra": "^1.3.2",
    "i18n": "^0.5.0",
    "lodash": "^3.9.3",
    "memory-cache": "^0.1.4",
    "mongodb": "^2.0.34",
    "jazz": "^0.0.18",
    "validator": "^3.40.1"
  },
  "devDependencies": {
    "buster-node": "^0.7.1",
    "referee": "^1.1.1"
  },
  "scripts": {},
  "engines": {
    "node": ">= 0.10.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/cliffano/health/raw/master/LICENSE"
    }
  ]
}