package.json 959 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "workbox-google-analytics",
  3. "version": "6.6.1",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
  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. "offline",
  16. "google",
  17. "analytics"
  18. ],
  19. "workbox": {
  20. "browserNamespace": "workbox.googleAnalytics",
  21. "outputFilename": "workbox-offline-ga",
  22. "packageType": "sw"
  23. },
  24. "main": "index.js",
  25. "module": "index.mjs",
  26. "types": "index.d.ts",
  27. "dependencies": {
  28. "workbox-background-sync": "6.6.1",
  29. "workbox-core": "6.6.1",
  30. "workbox-routing": "6.6.1",
  31. "workbox-strategies": "6.6.1"
  32. },
  33. "gitHead": "4a3c20d121efd878f3982760620f640e5bd67250"
  34. }