diff --git a/KISFunPack/KISFunPack-1.0.0.ckan b/KISFunPack/KISFunPack-1.0.0.ckan new file mode 100644 index 0000000000..8bfd6a23e0 --- /dev/null +++ b/KISFunPack/KISFunPack-1.0.0.ckan @@ -0,0 +1,21 @@ +{ + "spec_version" : 1, + "name" : "Kerbal Inventory System Fun Pack", + "identifier" : "KISFunPack", + "abstract" : "Funny stuff for KIS", + "download" : "http://addons-origin.cursecdn.com/files/2230/234/KFP_v1.0.0.zip", + "license" : "restricted", + "author" : [ "KospY", "Winn75" ], + "version" : "1.0.0", + "release_status" : "stable", + "ksp_version" : "0.90", + "depends": [ + {"name": "KIS"} + ], + "install": [ + { + "file": "KIS", + "install_to": "GameData" + } + ] +}