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