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-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - library for using Angular in a web browser",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/platform-browser.umd.js",
|
2017-09-13 19:20:29 -04:00
|
|
|
"module": "./esm5/platform-browser.js",
|
|
|
|
"es2015": "./esm2015/platform-browser.js",
|
|
|
|
"typings": "./platform-browser.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",
|
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
|
|
|
}
|
|
|
|
}
|