angular-cn/modules/@angular/platform-server/package.json

24 lines
586 B
JSON
Raw Normal View History

{
"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$$"
},
"dependencies": {
"parse5": "1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}