{
  "name": "sw-precache-webpack-dev-server-plugin",
  "version": "1.1.0",
  "description": "Webpack Plugin for using sw-precache during development with webpack-dev-server",
  "license": "MIT",
  "repository": "ragingwind/sw-precache-webpack-dev-server-plugin",
  "author": {
    "name": "ragingwind",
    "email": "ragingwind@gmail.com",
    "url": "ragingwind.me"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "start": "cd example && webpack-dev-server --config webpack.config.js --port 8000 && cd -"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "webpack",
    "plugin",
    "precache",
    "sw-precache",
    "service",
    "worker",
    "progressive",
    "web",
    "app"
  ],
  "dependencies": {
    "glob": "^7.1.1",
    "is-path-inside": "^1.0.0",
    "multimatch": "^2.1.0",
    "sw-precache": "^4.3.0"
  },
  "devDependencies": {
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2",
    "copy-webpack-plugin": "^4.0.1",
    "html-webpack-plugin": "^2.28.0"
  }
}
