2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/platform-browser",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-08-30 21:07:40 -04:00
|
|
|
"description": "Angular 2 platform-browser",
|
|
|
|
"main": "bundles/platform-browser.umd.js",
|
|
|
|
"module": "index.js",
|
2016-04-28 20:50:03 -04:00
|
|
|
"typings": "index.d.ts",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2016-05-27 19:17:16 -04:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2016-08-30 14:15:25 -04:00
|
|
|
"@angular/common": "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
|
|
|
}
|
|
|
|
}
|