{
  "name": "sw-precache-webpack-plugin",
  "version": "0.11.4",
  "description": "Webpack plugin for using service workers",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "make build",
    "version": "make changelog && git add -p CHANGELOG.md && git checkout CHANGELOG.md",
    "test:unit": "make unit_test",
    "test:integration": "make integration_test",
    "test": "make test"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "webpack",
    "plugin",
    "precache",
    "sw-precache",
    "service",
    "worker"
  ],
  "tags": [
    "webpack",
    "plugin",
    "precache",
    "sw-precache",
    "service",
    "worker"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goldhand/sw-precache-webpack-plugin.git"
  },
  "author": "Will Farley <a.will.farley@gmail.com> (http://www.willfarley.org/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/goldhand/sw-precache-webpack-plugin/issues"
  },
  "homepage": "https://github.com/goldhand/sw-precache-webpack-plugin#readme",
  "directories": {
    "example": "./examples",
    "lib": "./src",
    "test": "./test"
  },
  "peerDependencies": {
    "webpack": "^1 || ^2 || ^2.1.0-beta || ^2.2.0-beta || ^3"
  },
  "dependencies": {
    "del": "^2.2.2",
    "sw-precache": "^5.1.1",
    "uglify-js": "^3.0.13"
  },
  "devDependencies": {
    "ava": "^0.18.2",
    "babel-cli": "^6.16.0",
    "babel-eslint": "^7.1.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-latest": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "babel-register": "^6.23.0",
    "bluebird": "^3.4.7",
    "eslint": "^3.16.1",
    "git-release-notes": "1.0.0",
    "mkdirp": "^0.5.1",
    "sinon": "^1.17.7",
    "webpack": "^3.0.0"
  },
  "ava": {
    "babel": "inherit",
    "require": [
      "babel-register",
      "babel-polyfill"
    ]
  }
}
