24 lines
711 B
JSON
24 lines
711 B
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",
|
|
"dependencies": {
|
|
"tslib": "^1.7.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|