package.json 931 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "workbox-recipes",
  3. "version": "6.6.1",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "A service worker helper library to manage common request and caching patterns",
  7. "repository": "googlechrome/workbox",
  8. "bugs": "https://github.com/googlechrome/workbox/issues",
  9. "homepage": "https://github.com/GoogleChrome/workbox",
  10. "keywords": [
  11. "workbox",
  12. "workboxjs",
  13. "service worker",
  14. "sw",
  15. "router",
  16. "routing"
  17. ],
  18. "workbox": {
  19. "browserNamespace": "workbox.recipes",
  20. "packageType": "sw"
  21. },
  22. "main": "index.js",
  23. "module": "index.mjs",
  24. "types": "index.d.ts",
  25. "dependencies": {
  26. "workbox-cacheable-response": "6.6.1",
  27. "workbox-core": "6.6.1",
  28. "workbox-expiration": "6.6.1",
  29. "workbox-precaching": "6.6.1",
  30. "workbox-routing": "6.6.1",
  31. "workbox-strategies": "6.6.1"
  32. },
  33. "gitHead": "4a3c20d121efd878f3982760620f640e5bd67250"
  34. }