diff --git a/PreciseNode/PreciseNode-1.2.0.ckan b/PreciseNode/PreciseNode-1.2.0.ckan new file mode 100644 index 0000000000..6d8c902093 --- /dev/null +++ b/PreciseNode/PreciseNode-1.2.0.ckan @@ -0,0 +1,25 @@ +{ + "spec_version" : 1, + "name" : "Precise Node", + "identifier" : "PreciseNode", + "abstract" : "Provides a more precise widget for maneuver node editing", + "author" : "blizzy78", + "download" : "http://blizzy.de/precise-node/PreciseNode-1.2.0.zip", + "license" : "BSD-2-clause", + "version" : "1.2.0", + "release_status" : "stable", + "ksp_version" : "1.0.5", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/47863", + "github" : { + "url" : "https://github.com/blizzy78/ksp-precisenode", + "releases" : true + } + }, + "install" : [ + { + "file" : "PreciseNode-1.2.0/GameData/PreciseNode", + "install_to" : "GameData" + } + ] +} diff --git a/Toolbar/Toolbar-1.7.10.ckan b/Toolbar/Toolbar-1.7.10.ckan new file mode 100644 index 0000000000..d03d10e729 --- /dev/null +++ b/Toolbar/Toolbar-1.7.10.ckan @@ -0,0 +1,22 @@ +{ + "spec_version" : 1, + "name" : "Toolbar", + "author" : "blizzy78", + "identifier" : "Toolbar", + "abstract" : "API for third-party plugins to provide toolbar buttons", + "download" : "http://blizzy.de/toolbar/Toolbar-1.7.10.zip", + "license" : "BSD-2-clause", + "version" : "1.7.10", + "release_status" : "stable", + "ksp_version" : "1.0.5", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/60863", + "repository" : "https://github.com/blizzy78/ksp_toolbar" + }, + "install" : [ + { + "file" : "Toolbar-1.7.10/GameData/000_Toolbar", + "install_to" : "GameData" + } + ] +}