NetKAN generated mods - SerialIO-v0.19.2
This commit is contained in:
parent
dae7abb53d
commit
7818c1371d
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SerialIO",
|
||||
"name": "KSP Serial IO",
|
||||
"abstract": "This plugin sends/receives data packets over the serial port, which should make it much easier for people wanting to build hardware for KSP",
|
||||
"author": "zitron",
|
||||
"version": "v0.19.2",
|
||||
"ksp_version": "1.9.1",
|
||||
"license": "CC-BY",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/60281-*",
|
||||
"spacedock": "https://spacedock.info/mod/567/KSP%20Serial%20IO",
|
||||
"repository": "https://github.com/zitron-git/KSPSerialIO",
|
||||
"x_screenshot": "https://spacedock.info/content/zitron_3831/KSP_Serial_IO/KSP_Serial_IO-1461368239.7648733.jpg"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"app",
|
||||
"information",
|
||||
"control"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "SerialIO-MacLinuxWin"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "KSPSerialIO",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/567/KSP%20Serial%20IO/download/0.19.2",
|
||||
"download_size": 36972,
|
||||
"download_hash": {
|
||||
"sha1": "86DDB636B1C3490058AB0B336C173DE2EFAC3A06",
|
||||
"sha256": "B0B86D449C71544A8141CE3D2E6ED2FCF4D948F8324898CF8020FE31AD502B27"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue