angular-cn/packages/platform-browser/package.json

23 lines
621 B
JSON

{
"name": "@angular/platform-browser",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - library for using Angular in a web browser",
"main": "./bundles/platform-browser.umd.js",
"module": "./esm5/platform-browser.js",
"es2015": "./esm2015/platform-browser.js",
"typings": "./platform-browser.d.ts",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}