package.json 601 B

12345678910111213141516171819
  1. {
  2. "name": "@material/auto-init",
  3. "description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "main": "dist/mdc.autoInit.js",
  6. "module": "index.js",
  7. "sideEffects": false,
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/material-components/material-components-web.git",
  12. "directory": "packages/mdc-auto-init"
  13. },
  14. "dependencies": {
  15. "@material/base": "15.0.0-canary.90291f2e2.0",
  16. "tslib": "^2.1.0"
  17. },
  18. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  19. }