forked from angular/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 776 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@nguniversal/socket-engine",
"version": "0.0.0-PLACEHOLDER",
"description": "Socket Engine for running Server Angular Apps",
"license": "MIT",
"keywords": [
"socket",
"ssr",
"universal"
],
"engines": {
"node": ">=10.13.0"
},
"dependencies": {
"tslib": "TSLIB_VERSION"
},
"peerDependencies": {
"@nguniversal/common": "0.0.0-PLACEHOLDER",
"@angular/core": "NG_VERSION"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP",
"packageGroupName": "@nguniversal/socket-engine"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/universal"
},
"bugs": {
"url": "https://github.com/angular/universal/issues"
},
"homepage": "https://github.com/angular/universal"
}