{
  "name": "alanef/load-html-files",
  "description": "Wordpress plugin to create posts from html files",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "alan",
      "email": "alan@fullworksplugins.com"
    }
  ],
  "minimum-stability": "stable",
  "repositories": {
    "free_plugin_lib": {
      "type": "vcs",
      "url": "https://github.com/alanef/free_plugin_lib"
    },
    "alanef/wp_autoloader": {
      "type": "vcs",
      "url": "https://github.com/alanef/wp_autoloader"
    }
  },
  "require": {
    "php": ">=7.4",
    "alanef/free_plugin_lib": "dev-main",
    "alanef/wp_autoloader": "dev-main"
  }
}
