2016-04-28 17:50:03 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/platform-server",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - library for using Angular in Node.js",
|
2017-01-27 17:39:48 -08:00
|
|
|
"main": "./bundles/platform-server.umd.js",
|
|
|
|
"module": "./@angular/platform-server.es5.js",
|
|
|
|
"es2015": "./@angular/platform-server.js",
|
2017-03-02 13:54:35 -08:00
|
|
|
"typings": "./typings/platform-server.d.ts",
|
2016-04-28 17:50:03 -07:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2016-05-27 16:17:16 -07:00
|
|
|
"@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"
|
2016-05-03 18:06:04 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-02-23 21:14:04 -08:00
|
|
|
"parse5": "^3.0.1",
|
2017-02-10 17:00:27 -08:00
|
|
|
"xhr2": "^0.1.4"
|
2016-05-18 08:17:15 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|
|
|
|
}
|