ReStocked/CKAN/ReStock.netkan

38 lines
799 B
Plaintext
Raw Normal View History

2019-03-04 19:19:01 +00:00
{
2019-03-04 19:36:45 +00:00
"spec_version": "v1.4",
"identifier": "ReStock",
"name": "ReStock",
"abstract": "A community-built replacement for KSP's part models and textures. ",
"author": "ReStock Team",
2019-03-04 19:56:28 +00:00
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStock_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
2019-03-04 19:36:45 +00:00
"license": "All Rights Reserved",
"resources": {
"homepage": "tbd",
"repository": "https://github.com/PorktoberRevolution/ReStocked"
},
"install": [
{
"find": "ReStock",
"install_to": "GameData",
"comment": "Restock installation"
}
],
"ksp_version": "1.6.1",
"depends": [
{
"name": "ModuleManager"
}
],
"conflicts": [
{
"name": "VenStockRevamp"
}
],
"suggests": [
{
"name": "ReStockPlus"
}
]
2019-03-04 19:19:01 +00:00
}