ng-animate
Version:
A library of cool, reusable and flexible animations for Angular
47 lines • 1.28 kB
JSON
{
"name": "ng-animate",
"version": "2.0.1",
"description": "A library of cool, reusable and flexible animations for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/jiayihu/ng-animate.git"
},
"keywords": [
"angular",
"animations"
],
"author": "Jiayi Hu <jiayi.ghu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jiayihu/ng-animate/issues"
},
"homepage": "https://github.com/jiayihu/ng-animate#readme",
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/animations": ">=12.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/ng-animate.mjs",
"es2020": "fesm2020/ng-animate.mjs",
"esm2020": "esm2020/ng-animate.mjs",
"fesm2020": "fesm2020/ng-animate.mjs",
"fesm2015": "fesm2015/ng-animate.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ng-animate.mjs",
"es2020": "./fesm2020/ng-animate.mjs",
"es2015": "./fesm2015/ng-animate.mjs",
"node": "./fesm2015/ng-animate.mjs",
"default": "./fesm2020/ng-animate.mjs"
}
},
"sideEffects": false
}