{
    "name": "megumi/theme_customizer_control",
    "description": "WordPress theme customizer custom control",
    "keywords": ["WordPress", "theme"],
    "type": "library",
    "license": "GPL2",
    "require": {
        "php": ">=5.3"
    },
    "autoload": {
        "psr-0": {
            "Megumi_ThemeCustomizerControl": "lib/"
        }
    }
}

