35 lines
911 B
Plaintext
35 lines
911 B
Plaintext
{
|
|
"spec_version": "v1.4",
|
|
"identifier": "GPWS",
|
|
"name": "Ground Proximity Warning System (GPWS)",
|
|
"abstract": "Warning System for Kerbal Space Program",
|
|
"author": "bssthu",
|
|
"license": "CC-BY-NC-SA-4.0",
|
|
"release_status": "development",
|
|
"resources": {
|
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/112420",
|
|
"repository": "https://github.com/bssthu/KSP_GPWS"
|
|
},
|
|
"version": "0.3.2.0",
|
|
"ksp_version_min": "1.0.0",
|
|
"ksp_version_max": "1.0.4",
|
|
"depends": [
|
|
{
|
|
"name": "ModuleManager"
|
|
}
|
|
],
|
|
"suggests": [
|
|
{
|
|
"name": "Toolbar"
|
|
}
|
|
],
|
|
"install": [
|
|
{
|
|
"find": "GPWS",
|
|
"install_to": "GameData"
|
|
}
|
|
],
|
|
"download": "https://github.com/bssthu/KSP_GPWS/releases/download/v0.3-beta.2/GPWSv0.3-beta.2.zip",
|
|
"download_size": 291411
|
|
}
|