UNPKG

@material/linear-progress

Version:

The Material Components for the web linear progress indicator component

32 lines (31 loc) 871 B
{ "name": "@material/linear-progress", "description": "The Material Components for the web linear progress indicator component", "version": "3.2.0", "license": "MIT", "main": "dist/mdc.linearProgress.js", "module": "index.js", "sideEffects": false, "types": "dist/mdc.linearProgress.d.ts", "keywords": [ "material components", "material design", "linear progress" ], "repository": { "type": "git", "url": "https://github.com/material-components/material-components-web.git", "directory": "packages/mdc-linear-progress" }, "dependencies": { "@material/animation": "^3.1.0", "@material/base": "^3.1.0", "@material/feature-targeting": "^3.1.0", "@material/theme": "^3.1.0", "tslib": "^1.9.3" }, "publishConfig": { "access": "public" }, "gitHead": "abf67305fa705591abea3972006a18ab5fac7f63" }