KSP-mods/CKAN/PESnacks.ckan

34 lines
915 B
Plaintext
Raw Normal View History

2022-12-06 10:47:33 +11:00
{
"spec_version": "v1.4",
"name": "Snacks for Planetside Exploration Technologies",
"identifier": "PESnacks",
"abstract": "Snacks config for Planetside Exploration Technologies",
"author": "Izaya",
"license": "restricted",
"version": "v1",
"release_status": "stable",
"ksp_version_min": "1.8.0",
"ksp_version_max": "1.12.99",
2022-12-08 11:11:05 +11:00
"depends": [
2022-12-08 11:20:10 +11:00
{ "name": "PlanetsideExplorationTechnologies" },
2022-12-08 11:11:05 +11:00
{ "name": "Snacks" }
],
2022-12-06 10:47:33 +11:00
"resources": {
"homepage": "https://git.shadowkat.net/izaya/KSP-mods/PESnacks",
"repository": "https://git.shadowkat.net/izaya/KSP-mods",
},
"install" : [
{ "file" : "ksp-mods/PESnacks",
"install_to" : "GameData"
}
],
"tags": [
2022-12-08 11:11:05 +11:00
"crewed",
"resources",
"config"
2022-12-06 10:47:33 +11:00
],
"download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip",
"download_content_type": "application/zip",
"install_size": 437410
}