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",
|
2016-08-30 18:07:40 -07:00
|
|
|
"main": "bundles/platform-server.umd.js",
|
|
|
|
"module": "index.js",
|
2016-04-28 17:50:03 -07:00
|
|
|
"typings": "index.d.ts",
|
|
|
|
"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": {
|
2016-09-26 11:01:12 -07:00
|
|
|
"parse5": "^2.2.1"
|
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
|
|
|
}
|
|
|
|
}
|