package.json 548 B

12345678910111213141516171819
  1. {
  2. "name": "@material/progress-indicator",
  3. "description": "The Material Components for the web interface for Progress Indicators",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "sideEffects": false,
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/material-components/material-components-web.git",
  10. "directory": "packages/mdc-progress-indicator"
  11. },
  12. "dependencies": {
  13. "tslib": "^2.1.0"
  14. },
  15. "publishConfig": {
  16. "access": "public"
  17. },
  18. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  19. }