package.json 618 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@material/layout-grid",
  3. "version": "15.0.0-canary.90291f2e2.0",
  4. "description": "The Material Components for the web layout grid component",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "grid",
  10. "layout"
  11. ],
  12. "sideEffects": false,
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/material-components/material-components-web.git",
  16. "directory": "packages/mdc-layout-grid"
  17. },
  18. "dependencies": {
  19. "tslib": "^2.1.0"
  20. },
  21. "publishConfig": {
  22. "access": "public"
  23. },
  24. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  25. }