2016-05-24 16:13:17 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/platform-browser-dynamic",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - library for using Angular in a web browser with JIT compilation",
|
2017-01-27 17:39:48 -08:00
|
|
|
"main": "./bundles/platform-browser-dynamic.umd.js",
|
|
|
|
"module": "./@angular/platform-browser-dynamic.es5.js",
|
|
|
|
"es2015": "./@angular/platform-browser-dynamic.js",
|
2017-03-15 13:26:09 -07:00
|
|
|
"typings": "./platform-browser-dynamic.d.ts",
|
2016-05-24 16:13:17 -07:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2017-05-23 13:01:39 -07:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^1.7.1"
|
|
|
|
},
|
2016-05-24 16:13:17 -07:00
|
|
|
"peerDependencies": {
|
2016-05-27 16:17:16 -07:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
2016-06-20 09:49:43 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-05-24 16:13:17 -07:00
|
|
|
}
|
2016-05-27 16:17:16 -07:00
|
|
|
}
|