@limetech/mdc-ripple
Version:
The Material Components for the web Ink Ripple effect for web element interactions
29 lines (28 loc) • 833 B
JSON
{
"name": "@limetech/mdc-ripple",
"description": "The Material Components for the web Ink Ripple effect for web element interactions",
"version": "4.0.1-p4.0.0.1",
"license": "MIT",
"keywords": [
"material components",
"material design",
"ripple"
],
"main": "dist/mdc.ripple.js",
"module": "index.js",
"sideEffects": false,
"types": "dist/mdc.ripple.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Lundalogik/material-components-web.git",
"directory": "packages/mdc-ripple"
},
"dependencies": {
"@limetech/mdc-animation": "^4.0.1-p4.0.0.1",
"@limetech/mdc-base": "^4.0.1-p4.0.0.1",
"@limetech/mdc-dom": "^4.0.1-p4.0.0.1",
"@limetech/mdc-feature-targeting": "^4.0.1-p4.0.0.1",
"@limetech/mdc-theme": "^4.0.1-p4.0.0.1",
"tslib": "^1.9.3"
}
}