diff --git a/LaserDist/LaserDist-v1.0.0.ckan b/LaserDist/LaserDist-v1.0.0.ckan new file mode 100644 index 0000000000..2c37fe9f5e --- /dev/null +++ b/LaserDist/LaserDist-v1.0.0.ckan @@ -0,0 +1,30 @@ +{ + "spec_version": 1, + "identifier": "LaserDist", + "name": "LaserDist", + "abstract": "Gives exact laser distances for use with kOS and other scripted autopilot systems.", + "author": "Steven Mading", + "license": "GPL-3.0", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/141697-laserdist-a-distance-measuring-laser-part-for-kos/", + "repository": "https://github.com/Dunbaratu/LaserDist" + }, + "version": "v1.0.0", + "ksp_version_min": "1.1.0", + "ksp_version_max": "99.99.99", + "suggests": [ + { + "name": "kOS", + "min_version": "0.20", + "comment": "LaserDist was intended to give distance data to kOS scripts." + } + ], + "download": "https://github.com/Dunbaratu/LaserDist/releases/download/v1.0.0/LaserDist.zip", + "download_size": 104034, + "download_hash": { + "sha1": "F564DFB2D8C1735D84ADD84B7CE644CCA181A4A7", + "sha256": "C5423E43FD8C1C681F515E0AE851912A0EF45AA5605754AF2BC3A81515477BFC" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}