{
    "name": "ferdausalom/collect-lead-form",
    "type": "wordpress-plugin",
    "description": "A lightweight WordPress plugin for collecting leads or using as a simple Ajax-powered contact form. For customization or additional features, contact the developer at faferdaus@gmail.com.",
    "license": "GPL-2.0-or-later",
    "autoload": {
        "files": [
            "inc/helpers.php"
        ],
        "psr-4": {
            "CollectLeadContactForm\\": "CLCFClasses/"
        }
    },
    "require": {
        "htmlburger/carbon-fields-plugin": "^3.3",
        "wolfiesites/carbon-field-wolfie-password": "^2.0"
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    }
}