2017-02-22 15:14:49 -08:00
|
|
|
{
|
|
|
|
"name": "@angular/animations",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2018-02-26 12:58:00 -05:00
|
|
|
"description": "Angular - animations integration with web-animations",
|
2017-02-22 15:14:49 -08:00
|
|
|
"main": "./bundles/animations.umd.js",
|
2018-03-15 14:13:13 -07:00
|
|
|
"module": "./fesm5/animations.js",
|
|
|
|
"es2015": "./fesm2015/animations.js",
|
|
|
|
"esm5": "./esm5/animations.js",
|
|
|
|
"esm2015": "./esm2015/animations.js",
|
|
|
|
"fesm5": "./fesm5/animations.js",
|
|
|
|
"fesm2015": "./fesm2015/animations.js",
|
2017-09-13 16:20:29 -07:00
|
|
|
"typings": "./animations.d.ts",
|
2017-02-22 15:14:49 -08:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2019-10-09 16:08:16 +02:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
"tslib": "^1.9.0"
|
2017-02-22 15:14:49 -08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-02-27 15:04:35 -08:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 18:30:18 -07:00
|
|
|
},
|
|
|
|
"sideEffects": false
|
2017-02-22 15:14:49 -08:00
|
|
|
}
|