1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Splitting files into subdirectories

This commit is contained in:
Alexander Dzhoganov
2015-01-03 14:56:37 +02:00
parent 530d49c0db
commit e4f6e20cc1
561 changed files with 12164 additions and 4387 deletions

View File

@ -0,0 +1,30 @@
{
"spec_version": "v1.4",
"identifier": "GovFunding",
"name": "CIT - GovFunding",
"author": "marce",
"abstract": "Allows to set fixed costs & fixed funding to play with funds without bothering about boring contracts. Also allows for science and reputation conversion if required.",
"license": "CC-BY-NC-SA-4.0",
"depends": [
{
"name": "CIT-Util"
}
],
"suggests": [
{
"name": "Toolbar"
}
],
"install": [
{
"file": "CIT/GovFunding",
"install_to": "GameData/CIT"
}
],
"resources": {
"homepage": "https://ksp.marce.at/"
},
"download": "https://ksp.marce.at/Home/DownloadMod?modId=6",
"version": "1.2.0",
"ksp_version": "0.90.0"
}