2016-08-30 14:15:25 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/platform-webworker-dynamic",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - library for using Angular in a web browser with web workers",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/platform-webworker-dynamic.umd.js",
|
|
|
|
"module": "./@angular/platform-webworker-dynamic.es5.js",
|
|
|
|
"es2015": "./@angular/platform-webworker-dynamic.js",
|
2017-03-15 16:26:09 -04:00
|
|
|
"typings": "./platform-webworker-dynamic.d.ts",
|
2016-08-30 14:15:25 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2017-02-22 19:49:46 -05:00
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
2016-08-30 14:15:25 -04:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/platform-webworker": "0.0.0-PLACEHOLDER"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
}
|
|
|
|
}
|