{
    "name": "@titan-reactor-plugins/unit-selection-display",
    "version": "2.0.2",
    "description": "Unit Selection Display",
    "author": "Dark Matter",
    "keywords": [
        "titan-reactor-plugin"
    ],
    "peerDependencies": {
        "titan-reactor-api": "2.0.0"
    },
    "permissions": [],
    "config": {
        "largeShowUnitName": {
            "folder": "Large Unit Display",
            "label": "Show Unit Name",
            "value": true
        },
        "unitNameFontSize": {
            "label": "Unit Name Font Size",
            "value": "16px"
        },
        "bodyFontSize": {
            "label": "Body Font Size",
            "value": "12px"
        },
        "smallShowKills": {
            "folder": "Small Unit Display",
            "label": "Show Group Kills",
            "value": true
        },
        "_visible": {
            "value": true,
            "label": "UI Visible",
            "folder": "System"
        }
    }
}
