-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.24 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.24 KB
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
{
"name": "com.gamelaunchercloud.unreal-manager",
"displayName": "Game Launcher Cloud - Manager for Unreal Engine",
"version": "1.0.0",
"engine": "5.0",
"description": "Build and upload your Unreal Engine game patches directly to Game Launcher Cloud platform. Features include API key authentication, one-click build & upload, real-time progress tracking, and helpful tips for optimization.",
"keywords": [
"game launcher cloud",
"patch",
"build",
"upload",
"distribution",
"game development",
"deployment",
"unreal engine"
],
"category": "Tools",
"author": {
"name": "Game Launcher Cloud",
"email": "support@gamelauncher.cloud",
"url": "https://gamelauncher.cloud"
},
"license": "MIT",
"homepage": "https://gamelauncher.cloud",
"repository": {
"type": "git",
"url": "https://github.com/GameLauncherCloud/GameLauncherCloud-UnrealEngineExtension.git"
},
"bugs": {
"url": "https://github.com/GameLauncherCloud/GameLauncherCloud-UnrealEngineExtension/issues",
"email": "support@gamelauncher.cloud"
},
"documentation": "https://help.gamelauncher.cloud",
"changelogUrl": "https://github.com/GameLauncherCloud/GameLauncherCloud-UnrealEngineExtension/blob/main/CHANGELOG.md"
}