{
  "name": "chairo-health-check",
  "author": "tribou",
  "version": "1.1.0",
  "description": "A Chairo plugin that adds a health check action to expose basic service information",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "engines": {
    "node": ">=6.4.0 <7",
    "npm": ">=3.10.3 <4"
  },
  "homepage": "https://github.com/tribou/chairo-health-check#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tribou/chairo-health-check.git"
  },
  "bugs": {
    "url": "https://github.com/tribou/chairo-health-check/issues"
  },
  "keywords": [
    "hapi",
    "chairo",
    "seneca",
    "health"
  ],
  "dependencies": {
    "bluebird": "^3.4.6"
  },
  "devDependencies": {
    "babel-eslint": "^6.1.2",
    "chairo": "^2.2.1",
    "code": "^4.0.0",
    "coveralls": "^2.11.14",
    "eslint": "^3.7.1",
    "eslint-config-airbnb": "^10.0.1",
    "eslint-config-standard": "^6.0.0",
    "eslint-config-tribou": "^1.8.3",
    "eslint-plugin-flowtype": "^2.11.4",
    "eslint-plugin-import": "^1.14.0",
    "eslint-plugin-jsx-a11y": "^2.2.0",
    "eslint-plugin-promise": "^2.0.1",
    "eslint-plugin-react": "^6.2.0",
    "eslint-plugin-standard": "^2.0.0",
    "hapi": "^15.1.1",
    "lab": "^11.1.0",
    "nodemon": "^1.11.0"
  },
  "scripts": {
    "cover": "npm test -- -s -r lcov | coveralls",
    "lint": "eslint --cache --ignore-path .gitignore .",
    "test": "lab -c -L -v -a code -t 100 -P '_test' lib",
    "watch": "nodemon -x npm test"
  }
}
