https://github.com/angular/angular
Raw File
Tip revision: 7a715b2403867aa3adfab1c87acd22af4fd8697b authored by Victor Berchet on 23 March 2017, 23:48:54 UTC
docs: add changelog for 4.0.0
Tip revision: 7a715b2
package.json
{
  "name": "@angular/platform-webworker",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - library for using Angular in a web browser with web workers",
  "main": "./bundles/platform-webworker.umd.js",
  "module": "./@angular/platform-webworker.es5.js",
  "es2015": "./@angular/platform-webworker.js",
  "typings": "./platform-webworker.d.ts",
  "author": "angular",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@angular/platform-browser": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top