Create SoundingRockets_0.1.0.ckan

This commit is contained in:
playful1510 2014-12-17 01:47:33 -08:00
parent dd31f8760d
commit 846563641a
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"spec_version" : 1,
"name" : "Sounding Rockets!",
"abstract" : "Adds a series of low tech sounding rockets to the 'start' node.",
"identifier" : "SoundingRockets",
"download" : "https://www.dropbox.com/sh/1fsuzvl35s2gppt/AADTWQ6AbpYrdku0dBgCBtWea/SoundingRockets_0.1.0.zip?dl=1",
"license" : "CC-BY-NC-SA-4.0",
"version" : "0.1.0",
"release_status" : "stable",
"author" : "RoverDude",
"ksp_version" : "0.90",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/102502"
},
"install" : [
{
"file" : "UmbraSpaceIndustries/SoundingRockets",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "USITools" }
]
}