{
    "name": "kirki-framework/module-section-icons",
    "type": "library",
    "description": "Section-Icons Module for the Kirki WordPress plugin.",
    "keywords": [
        "wordpress",
        "customizer",
        "framework"
    ],
    "homepage": "https://kirki.org/",
    "license": "MIT",
    "authors": [
        {
            "name": "Kirki Framework",
            "email": "connect@mapsteps.com"
        }
    ],
    "require": {
        "php": ">=7.0",
        "kirki-framework/url-getter": "*",
        "kirki-framework/util": "*"
    },
    "autoload": {
        "psr-4": {
            "Kirki\\Module\\": "src/"
        }
    }
}
