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