{
  "name": "eslint-config-hapi",
  "version": "12.0.0",
  "description": "Shareable ESLint config for the hapi ecosystem",
  "author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)",
  "main": "lib/index.js",
  "homepage": "https://github.com/cjihrig/eslint-config-hapi",
  "repository": {
    "type": "git",
    "url": "https://github.com/cjihrig/eslint-config-hapi.git"
  },
  "bugs": {
    "url": "https://github.com/cjihrig/eslint-config-hapi/issues"
  },
  "license": "MIT",
  "scripts": {
    "lint": "belly-button -I 'node_modules/**' -I  'test/fixtures/**'",
    "test": "npm run lint && lab -v -t 100 -a code"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "peerDependencies": {
    "eslint-plugin-hapi": "4.x.x"
  },
  "devDependencies": {
    "belly-button": "4.x.x",
    "code": "5.x.x",
    "eslint": "4.x.x",
    "eslint-plugin-hapi": "4.x.x",
    "lab": "15.x.x"
  },
  "keywords": [
    "hapi",
    "lint",
    "eslint",
    "eslintconfig"
  ]
}
