package.json 756 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@material/focus-ring",
  3. "description": "The Material Components Web focus ring utilities",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "focus",
  10. "focusring"
  11. ],
  12. "sideEffects": false,
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/material-components/material-components-web.git",
  16. "directory": "packages/mdc-focus-ring"
  17. },
  18. "publishConfig": {
  19. "access": "public"
  20. },
  21. "dependencies": {
  22. "@material/dom": "15.0.0-canary.90291f2e2.0",
  23. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  24. "@material/rtl": "15.0.0-canary.90291f2e2.0"
  25. },
  26. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  27. }