2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/upgrade",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - the library for easing update from v1 to v2",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/upgrade.umd.js",
|
|
|
|
"module": "./@angular/upgrade.es5.js",
|
|
|
|
"es2015": "./@angular/upgrade.js",
|
2017-03-15 16:26:09 -04:00
|
|
|
"typings": "./upgrade.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2017-05-23 16:01:39 -04:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^1.7.1"
|
|
|
|
},
|
2016-04-28 20:50:03 -04:00
|
|
|
"peerDependencies": {
|
2016-05-27 19:17:16 -04:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2016-06-28 20:27:28 -04:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
|
2016-05-18 02:17:15 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|
|
|
|
}
|