-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathNodeJs.uplugin
More file actions
36 lines (36 loc) · 812 Bytes
/
NodeJs.uplugin
File metadata and controls
36 lines (36 loc) · 812 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
34
35
36
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.8.0",
"FriendlyName": "NodeJs",
"Description": "Embed node.js as an unreal plugin.",
"Category": "Programming",
"CreatedBy": "getnamo",
"CreatedByURL": "getnamo.com",
"DocsURL": "https://github.com/getnamo/NodeJs-Unreal",
"MarketplaceURL": "",
"SupportURL": "https://github.com/getnamo/NodeJs-Unreal/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "CommandLine",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "NodeJs",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
}
],
"Plugins": [
{
"Name": "SocketIOClient",
"Enabled": true
}
]
}