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