Skip to content

Commit

Permalink
Move netkan file into mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Mar 22, 2018
1 parent ffe9e4e commit e5f4017
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ContractConfigurator.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"spec_version": "v1.16",
"identifier": "ContractConfigurator",
"$kref": "#/ckan/github/jrossignol/ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "MIT",
"release_status": "stable",
"author": "nightingale",
"$vref": "#/ckan/ksp-avc",
"ksp_version_strict" : true,
"suggests": [
{ "name": "ContractsWindowPlus" }
],
"recommends": [
{ "name": "WaypointManager" }
],
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/91625--",
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki"
}
}

0 comments on commit e5f4017

Please sign in to comment.