{
  "name": "elasticsearch-watchdog",
  "version": "0.1.6",
  "description": "A watchdog of elasticsearch - cluster nodes' statuses monitor, auto restart, keep PRIMARY node unique.",
  "main": "lib/watchdog.js",
  "scripts": {
    "test": "mocha -R spec -t 10000"
  },
  "bin": {
    "watchdog": "bin/watchdog"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Tjatse/elasticsearch-watchdog.git"
  },
  "keywords": [
    "monitor",
    "watchdog",
    "cluster health",
    "automatic restart"
  ],
  "author": {
    "name": "Tjatse"
  },
  "license": "Apache, Version 2.0",
  "bugs": {
    "url": "https://github.com/Tjatse/elasticsearch-watchdog/issues"
  },
  "engines": [
    "node >= 0.8.0"
  ],
  "dependencies": {
    "yamljs": "~0.2.1",
    "ssh2": "~0.3.6",
    "async": "~0.9.0",
    "req-fast": "^0.2.7",
    "dynamic-timer": "1.0.4",
    "lodash": "~2.4.1",
    "commander": "~2.5.0",
    "chalk": "~0.5.1",
    "express": "~4.10.1",
    "swig": "1.4.2"
  },
  "optionalDependencies": {
    "forever": "~0.13.0"
  },
  "devDependencies": {
    "mocha": "^1.18.2",
    "chai": "^1.9.1"
  },
  "readmeFilename": "README.md",
  "homepage": "https://github.com/Tjatse/elasticsearch-watchdog"
}
