Created
May 21, 2019 15:47
-
-
Save Turupawn/92f6cc7513fafb2a36b90b32b986de5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FileVersion": 3, | |
"Version": 1, | |
"VersionName": "1.0", | |
"FriendlyName": "modio", | |
"Description": "Powerful Mod API", | |
"Category": "Other", | |
"CreatedBy": "mod.io", | |
"CreatedByURL": "mod.io", | |
"DocsURL": "", | |
"MarketplaceURL": "", | |
"SupportURL": "", | |
"CanContainContent": true, | |
"IsBetaVersion": true, | |
"Installed": false, | |
"Modules": [ | |
{ | |
"Name": "modio", | |
"Type": "Runtime", | |
"LoadingPhase": "Default", | |
"WhitelistPlatforms" : | |
[ | |
"Win64" | |
] | |
}, | |
{ | |
"Name": "modioEditor", | |
"Type": "Editor", | |
"LoadingPhase": "Default", | |
"WhitelistPlatforms" : | |
[ | |
"Win64" | |
] | |
}, | |
{ | |
"Name": "Int64", | |
"Type": "Runtime", | |
"LoadingPhase": "Default", | |
"WhitelistPlatforms" : | |
[ | |
"Win64" | |
] | |
}, | |
{ | |
"Name": "Int64Editor", | |
"Type": "Editor", | |
"LoadingPhase": "Default", | |
"WhitelistPlatforms" : | |
[ | |
"Win64" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment