diff --git a/KerbalStats/KerbalStats-2.1.0.ckan b/KerbalStats/KerbalStats-2.1.0.ckan new file mode 100644 index 0000000000..7e0cd9d45c --- /dev/null +++ b/KerbalStats/KerbalStats-2.1.0.ckan @@ -0,0 +1,25 @@ +{ + "spec_version": 1, + "identifier": "KerbalStats", + "name": "Kerbal Stats", + "abstract": "KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game.", + "author": "taniwha", + "license": "GPL-3.0", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/99018", + "repository": "https://github.com/taniwha-qf/KerbalStats" + }, + "version": "2.1.0", + "ksp_version": "1.1.2", + "install": [ + { + "file": "KerbalStats", + "install_to": "GameData", + "filter": "KerbalStatsWrapper.cs" + } + ], + "download": "http://taniwha.org/~bill/KerbalStats_v2.1.0.zip", + "download_size": 18643, + "x_generated_by": "netkan" +}