UNPKG

766 BJSONView Raw
1{
2 "name": "@material/card",
3 "version": "14.0.0",
4 "description": "The Material Components for the web card component",
5 "license": "MIT",
6 "keywords": [
7 "material components",
8 "material design",
9 "card"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/material-components/material-components-web.git",
14 "directory": "packages/mdc-card"
15 },
16 "sideEffects": false,
17 "dependencies": {
18 "@material/dom": "^14.0.0",
19 "@material/elevation": "^14.0.0",
20 "@material/feature-targeting": "^14.0.0",
21 "@material/ripple": "^14.0.0",
22 "@material/rtl": "^14.0.0",
23 "@material/shape": "^14.0.0",
24 "@material/theme": "^14.0.0",
25 "tslib": "^2.1.0"
26 },
27 "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
28}