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
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2020-05-19 08:35:37 -04:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^2.0.0"
|
|
|
|
},
|
2017-02-22 18:14:49 -05:00
|
|
|
"peerDependencies": {
|
2020-05-19 08:35:37 -04:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
2017-02-22 18:14:49 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 06:12:59 -05:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/animations"
|
2018-02-27 18:04:35 -05:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 21:30:18 -04:00
|
|
|
},
|
2020-06-08 21:07:39 -04:00
|
|
|
"sideEffects": false,
|
|
|
|
"publishConfig":{
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2017-02-22 18:14:49 -05:00
|
|
|
}
|