https://github.com/angular/angular
Raw File
Tip revision: aeb98dbcdfec5a2e0f7b6ae167a10bd3e15f5096 authored by Misko Hevery on 02 September 2017, 05:01:41 UTC
docs: add changelog for 4.4.0-RC.0
Tip revision: aeb98db
package.json
{
  "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",
  "typings": "./platform-server.d.ts",
  "author": "angular",
  "license": "MIT",
  "peerDependencies": {
    "@angular/animations": "0.0.0-PLACEHOLDER",
    "@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": {
    "tslib": "^1.7.1",
    "parse5": "^3.0.1",
    "xhr2": "^0.1.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top