package.json 668 B

123456789101112131415161718192021222324
  1. {
  2. "name": "workbox-core",
  3. "version": "6.6.1",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "This module is used by a number of the other Workbox modules to share common code.",
  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. ],
  16. "workbox": {
  17. "browserNamespace": "workbox.core",
  18. "packageType": "sw"
  19. },
  20. "main": "index.js",
  21. "module": "index.mjs",
  22. "types": "index.d.ts",
  23. "gitHead": "4a3c20d121efd878f3982760620f640e5bd67250"
  24. }