UNPKG

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