From e3926f125a0d2c9db5ec28490204df79bb4cbe07 Mon Sep 17 00:00:00 2001
From: NetKAN inflator Robot <netkan-bot@ksp-ckan.org>
Date: Mon, 7 Dec 2015 09:25:12 +0000
Subject: [PATCH]  "NetKAN generated mods - samv-client-v0.21"

---
 samv-client/samv-client-v0.21.ckan | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 samv-client/samv-client-v0.21.ckan

diff --git a/samv-client/samv-client-v0.21.ckan b/samv-client/samv-client-v0.21.ckan
new file mode 100644
index 0000000000..9f4407963c
--- /dev/null
+++ b/samv-client/samv-client-v0.21.ckan
@@ -0,0 +1,28 @@
+{
+    "spec_version": 1,
+    "identifier": "samv-client",
+    "name": "Stand alone map view client",
+    "abstract": "Allows you to open a new window (on a separator monitor) to display the map view, using two separate copies of the game. One copy should install the client, the other (your main game) should install the server. All other mods should be the same.",
+    "author": "DanielKinsman",
+    "license": "GPL-3.0",
+    "resources": {
+        "homepage": "http://forum.kerbalspaceprogram.com/threads/76273-Stand-Alone-Map-View-Multi-monitor-KSP-1-0-5-WIP-Plugin",
+        "repository": "https://github.com/danielkinsman/stand-alone-map-view"
+    },
+    "version": "v0.21",
+    "ksp_version": "1.0.5",
+    "conflicts": [
+        {
+            "name": "samv-server"
+        }
+    ],
+    "install": [
+        {
+            "file": "stand-alone-map-view/samv_client",
+            "install_to": "GameData"
+        }
+    ],
+    "download": "https://github.com/DanielKinsman/stand-alone-map-view/releases/download/v0.21/release.zip",
+    "download_size": 224490,
+    "x_generated_by": "netkan"
+}