{
  "name": "hapi-webpack-plugin",
  "version": "3.0.0",
  "description": "Webpack middleware for Hapi. Supports HMR.",
  "homepage": "https://github.com/SimonDegraeve/hapi-webpack-plugin",
  "main": "./lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SimonDegraeve/hapi-webpack-plugin.git"
  },
  "keywords": [
    "hapi",
    "webpack",
    "live-reload",
    "dev-server"
  ],
  "author": "Simon Degraeve <simon.degraeve@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SimonDegraeve/hapi-webpack-plugin/issues"
  },
  "dependencies": {
    "webpack": "^3.10.0",
    "webpack-dev-middleware": "^2.0.1",
    "webpack-hot-middleware": "^2.21.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.12.1",
    "eslint-plugin-babel": "^4.1.2"
  }
}
