angular-cn/packages/platform-server/package.json

26 lines
750 B
JSON
Raw Normal View History

{
"name": "@angular/platform-server",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - library for using Angular in Node.js",
"main": "./bundles/platform-server.umd.js",
"module": "./@angular/platform-server.es5.js",
"es2015": "./@angular/platform-server.js",
2017-03-02 16:54:35 -05:00
"typings": "./typings/platform-server.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": "^3.0.1",
"xhr2": "^0.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}