https://github.com/angular/angular
Raw File
Tip revision: 38257a304d6019a6bc1728b0056372bf4e14be5b authored by Pawel Kozlowski on 08 February 2023, 18:11:14 UTC
release: cut the v15.1.4 release
Tip revision: 38257a3
package.json
{
  "name": "@angular/platform-browser-dynamic",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - library for using Angular in a web browser with JIT compilation",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^14.20.0 || ^16.13.0 || >=18.10.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/platform-browser-dynamic"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top