{
    "name": "thebitcraft/media-tracker",
    "description": "Track and manage media file usage across posts, pages, and custom post types with ease using Media Tracker.",
    "type": "wordpress-plugin",
    "license": "GPLv2",
    "authors": [
        {
            "name": "TheBitCraft"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "jenssegers/imagehash": "dev-master"
    },
    "autoload": {
        "psr-4": {
          "Media_Tracker\\": "includes/"
        },
        "files": []
    }
}
