diff --git a/SoundingRockets_0.1.0.ckan b/SoundingRockets_0.1.0.ckan new file mode 100644 index 0000000000..1b4787e778 --- /dev/null +++ b/SoundingRockets_0.1.0.ckan @@ -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" } + ] +}