animated-mat-icon
Version:
A simple lightweight package for animating angular mat icons
33 lines (32 loc) • 873 B
JSON
{
"name": "animated-mat-icon",
"version": "2.0.0",
"description": "A simple lightweight package for animating angular mat icons",
"author": "Karthik Parameswaran",
"repository": {
"type": "git",
"url": "https://github.com/enigmaboo/animated-mat-icon.git"
},
"peerDependencies": {
"@angular/common": "^11.1.2",
"@angular/core": "^11.1.2"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"angular",
"animation",
"mat-icon",
"animated-mat-icon"
],
"license": "MIT",
"main": "bundles/animated-mat-icon.umd.js",
"module": "fesm2015/animated-mat-icon.js",
"es2015": "fesm2015/animated-mat-icon.js",
"esm2015": "esm2015/animated-mat-icon.js",
"fesm2015": "fesm2015/animated-mat-icon.js",
"typings": "animated-mat-icon.d.ts",
"metadata": "animated-mat-icon.metadata.json",
"sideEffects": false
}