{
  "name": "workbox-strategies",
  "version": "4.3.1",
  "license": "MIT",
  "author": "Google's Web DevRel Team",
  "description": "A service worker helper library implementing common caching strategies.",
  "repository": "googlechrome/workbox",
  "bugs": "https://github.com/googlechrome/workbox/issues",
  "homepage": "https://github.com/GoogleChrome/workbox",
  "keywords": [
    "workbox",
    "workboxjs",
    "service worker",
    "sw",
    "router",
    "routing"
  ],
  "scripts": {
    "build": "gulp build-packages --package workbox-strategies",
    "version": "npm run build",
    "prepare": "npm run build"
  },
  "workbox": {
    "browserNamespace": "workbox.strategies",
    "packageType": "browser"
  },
  "main": "build/workbox-strategies.prod.js",
  "module": "index.mjs",
  "dependencies": {
    "workbox-core": "^4.3.1"
  },
  "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b"
}