Skip to content

Commit

Permalink
Added kOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pjf committed Sep 22, 2014
1 parent 244da85 commit 7a18a01
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions meta/kOS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name" : "kOS - Kerbal OS",
"abstract" : "A programming and automation environment for KSP craft.",
"download" : "https://github.com/KSP-KOS/KOS/releases/download/v0.14/kOS.v14.zip",
"license" : "GPLv3",
"version" : "0.14",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/68089-0-23-kOS-Scriptable-Autopilot-System-v0-11-2-13",
"manual" : "http://ksp-kos.github.io/KOS_DOC/",
"github" : {
"url" : "https://github.com/KSP-KOS/KOS",
"releases" : true
}
},
"install" : [
{
"file" : "GameData/kOS",
"install_to" : "GameData"
}
]
}

0 comments on commit 7a18a01

Please sign in to comment.