1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
CKAN-meta/KISFunPack/KISFunPack-1.0.0.ckan
Daniel Lewan 517c6360f8 Added KIS fun pack
Cheers
2015-03-15 13:23:18 +01:00

22 lines
596 B
Plaintext

{
"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"
}
]
}