web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
815 B

  1. {
  2. "name": "workbox-core",
  3. "version": "5.1.4",
  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. "scripts": {
  17. "build": "gulp build-packages --package workbox-core",
  18. "version": "npm run build",
  19. "prepare": "npm run build"
  20. },
  21. "workbox": {
  22. "browserNamespace": "workbox.core",
  23. "packageType": "browser"
  24. },
  25. "main": "index.js",
  26. "module": "index.mjs",
  27. "types": "index.d.ts",
  28. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
  29. }