Skip to content

Commit

Permalink
Move netkan into mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Mar 22, 2018
1 parent b2396ce commit 62828f4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions ContractConfigurator-AnomalySurveyor.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"spec_version": "v1.16",
"identifier": "ContractConfigurator-AnomalySurveyor",
"name": "Contract Pack: Anomaly Surveyor",
"$kref": "#/ckan/github/jrossignol/ContractPack-AnomalySurveyor",
"abstract": "Contracts to guide you to the various easter eggs in the game.",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"$vref": "#/ckan/ksp-avc",
"depends": [
{ "name": "ContractConfigurator" },
{ "name": "ModuleManager" }
],
"suggests": [
{ "name": "SCANsat" }
],
"recommends": [
{ "name": "WaypointManager" }
],
"install": [
{
"find": "AnomalySurveyor",
"install_to": "GameData/ContractPacks"
}
],
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/98666--",
"bugtracker": "https://github.com/jrossignol/ContractPack-AnomalySurveyor/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractPack-AnomalySurveyor/master/GameData/ContractPacks/AnomalySurveyor/LICENSE.txt"
}
}

0 comments on commit 62828f4

Please sign in to comment.