24 lines
614 B
JSON
24 lines
614 B
JSON
{
|
|
"name": "@angular/platform-server",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular 2 platform-server",
|
|
"main": "bundles/platform-server.umd.js",
|
|
"module": "index.js",
|
|
"typings": "index.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"parse5": "1.3.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|