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",
|
2016-09-13 13:03:45 -04:00
|
|
|
"main": "bundles/upgrade.umd.js",
|
2016-08-30 21:07:40 -04:00
|
|
|
"module": "index.js",
|
|
|
|
"typings": "index.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|