Add ModuleManager-2.6.24.ckan (#1116)

This commit is contained in:
Matthew 2016-04-30 10:50:21 -04:00
parent 9143050c33
commit ccd9089603
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"spec_version": "v1.16",
"identifier": "ModuleManager",
"name": "Module Manager",
"abstract": "Modify KSP configs without conflict",
"author": [
"ialdabaoth",
"Sarbian"
],
"license": "CC-BY-SA",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/55219",
"repository": "https://github.com/sarbian/ModuleManager",
"ci": "https://ksp.sarbian.com/jenkins/job/ModuleManager/"
},
"version": "2.6.24",
"ksp_version_min": "1.1.2",
"ksp_version_max": "1.1.99",
"install": [
{
"find_regexp": "ModuleManager.*\\.dll$",
"find_matches_files": true,
"install_to": "GameData"
}
],
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/113/artifact/ModuleManager-2.6.24.zip",
"download_size": 29227,
"x_generated_by": "netkan"
}