| 1234567891011121314151617181920212223 |
- {
- "name": "@material/animation",
- "description": "Animation Variables and Mixins used by Material Components for the web",
- "version": "15.0.0-canary.90291f2e2.0",
- "license": "MIT",
- "keywords": [
- "material components",
- "material design",
- "animation"
- ],
- "main": "dist/mdc.animation.js",
- "module": "index.js",
- "sideEffects": false,
- "repository": {
- "type": "git",
- "url": "https://github.com/material-components/material-components-web.git",
- "directory": "packages/mdc-animation"
- },
- "dependencies": {
- "tslib": "^2.1.0"
- },
- "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
- }
|