{
    "name": "cyberpress/plugin",
    "license": "GPL-2.0",
    "type": "wordpress-plugin",
    "homepage": "https://nkdev.info/",
    "authors": [],
    "autoload": {
        "psr-4": {
            "Carbon_Fields_Plugin\\": "core/",
            "Rinvex\\Country\\": "src/"
        }
    },
    "require": {
        "php": ">=5.3",
        "composer/installers": "^1.10.0",
        "htmlburger/carbon-fields": "v3.6.3",
        "rinvex/countries": "^2.0.0",
        "nk-o/carbon-field-react-select": "^3.1.0"
    },
    "config": {
        "platform": {
            "php": "5.6.20"
        },
        "allow-plugins": {
            "composer/installers": true
        }
    }
}
