1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
CKAN-meta/AdaptiveDockingNode/AdaptiveDockingNode-1.7.ckan
2015-05-29 15:30:59 -04:00

25 lines
739 B
Plaintext

{
"spec_version": 1,
"identifier": "AdaptiveDockingNode",
"name": "AdaptiveDockingNode",
"abstract": "A creator-targeted plugin that facilitates multi-sized docking ports",
"author": "toadicus",
"license": "BSD-2-clause",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/79128"
},
"depends": [
{ "name": "ModuleManager", "min_version": "2.6.3" }
],
"version": "1.7",
"ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.2",
"download": "http://ksp.hawkbats.com/AdaptiveDockingNode/AdaptiveDockingNode-1-7.zip",
"install": [
{
"file": "GameData/AdaptiveDockingNode",
"install_to": "GameData"
}
]
}