2017-02-22 18:14:49 -05: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 18:14:49 -05:00
|
|
|
"main": "./bundles/animations.umd.js",
|
2018-03-15 17:13:13 -04: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 19:20:29 -04:00
|
|
|
"typings": "./animations.d.ts",
|
2017-02-22 18:14:49 -05:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2017-05-23 16:01:39 -04:00
|
|
|
"dependencies": {
|
2018-03-08 18:47:04 -05:00
|
|
|
"tslib": "^1.9.0"
|
2017-05-23 16:01:39 -04:00
|
|
|
},
|
2017-02-22 18:14:49 -05:00
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-02-27 18:04:35 -05:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 21:30:18 -04:00
|
|
|
},
|
|
|
|
"sideEffects": false
|
2017-02-22 18:14:49 -05:00
|
|
|
}
|