{
    "name": "newfold-labs/wp-module-loader",
    "description": "A module that handles registration and management of Newfold modules used within our WordPress plugins.",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Micah Wood",
            "email": "micah@wpscholar.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "NewfoldLabs\\WP\\ModuleLoader\\": "includes"
        },
        "files": [
            "bootstrap.php",
            "includes/functions.php"
        ]
    },
    "repositories": {
        "newfold": {
            "type": "composer",
            "url": "https://newfold-labs.github.io/satis/",
            "only": [
                "newfold-labs/*"
            ]
        }
    },
    "require": {
        "newfold-labs/container": "^1.2",
        "wp-forge/collection": "^1.0",
        "wp-forge/fluent": "^1.0",
        "wp-forge/wp-options": "^1.0"
    }
}
