blob: 54e614c5d521d1aba569c16bd6f81c788603240f [file] [log] [blame]
{
"name": "@angular/animations",
"version": "11.2.14",
"description": "Angular - animations integration with web-animations",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "11.2.14"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/animations"
},
"ng-update": {
"packageGroup": [
"@angular/core",
"@angular/bazel",
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/animations",
"@angular/elements",
"@angular/platform-browser",
"@angular/platform-browser-dynamic",
"@angular/forms",
"@angular/platform-server",
"@angular/upgrade",
"@angular/router",
"@angular/language-service",
"@angular/localize",
"@angular/service-worker"
]
},
"sideEffects": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"main": "./bundles/animations.umd.js",
"fesm2015": "./fesm2015/animations.js",
"esm2015": "./esm2015/animations.js",
"typings": "./animations.d.ts",
"module": "./fesm2015/animations.js",
"es2015": "./fesm2015/animations.js"
}