UNPKG

@angular/platform-server

Version:

Angular - library for using Angular in Node.js

29 lines (28 loc) 818 B
{ "name": "@angular/platform-server", "version": "5.0.0-rc.8", "description": "Angular - library for using Angular in Node.js", "main": "./bundles/platform-server.umd.js", "module": "./esm5/platform-server.js", "es2015": "./esm2015/platform-server.js", "typings": "./platform-server.d.ts", "author": "angular", "license": "MIT", "peerDependencies": { "@angular/animations": "5.0.0-rc.8", "@angular/core": "5.0.0-rc.8", "@angular/common": "5.0.0-rc.8", "@angular/compiler": "5.0.0-rc.8", "@angular/platform-browser": "5.0.0-rc.8", "@angular/platform-browser-dynamic": "5.0.0-rc.8" }, "dependencies": { "tslib": "^1.7.1", "domino": "^1.0.29", "xhr2": "^0.1.4" }, "repository": { "type": "git", "url": "https://github.com/angular/angular.git" } }