UNPKG

912 BJSONView Raw
1{
2 "name": "@material/linear-progress",
3 "description": "The Material Components for the web linear progress indicator component",
4 "version": "13.0.0",
5 "license": "MIT",
6 "main": "dist/mdc.linearProgress.js",
7 "module": "index.js",
8 "sideEffects": false,
9 "keywords": [
10 "material components",
11 "material design",
12 "linear progress"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/material-components/material-components-web.git",
17 "directory": "packages/mdc-linear-progress"
18 },
19 "dependencies": {
20 "@material/animation": "^13.0.0",
21 "@material/base": "^13.0.0",
22 "@material/feature-targeting": "^13.0.0",
23 "@material/progress-indicator": "^13.0.0",
24 "@material/rtl": "^13.0.0",
25 "@material/theme": "^13.0.0",
26 "tslib": "^2.1.0"
27 },
28 "publishConfig": {
29 "access": "public"
30 },
31 "gitHead": "198431fcd8ff3028934d2cf3a5b292f8482a4570"
32}