22 lines
557 B
JSON
22 lines
557 B
JSON
{
|
|
"name": "@angular/animations",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - animations integration with web-animationss",
|
|
"main": "./bundles/animations.umd.js",
|
|
"module": "./@angular/animations.es5.js",
|
|
"es2015": "./@angular/animations.js",
|
|
"typings": "./animations.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|