2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/platform-server",
|
|
|
|
"version": "$$ANGULAR_VERSION$$",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"jsnext:main": "esm/index.js",
|
|
|
|
"typings": "index.d.ts",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/core": "$$ANGULAR_VERSION$$",
|
|
|
|
"@angular/common": "$$ANGULAR_VERSION$$",
|
|
|
|
"@angular/compiler": "$$ANGULAR_VERSION$$",
|
|
|
|
"@angular/platform-browser": "$$ANGULAR_VERSION$$"
|
2016-05-03 20:06:04 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"parse5": "1.3.2"
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|
|
|
|
}
|