{
    "name": "nystudio107/craft-plugin-manifest",
    "description": "Plugin Manifest is the conduit between Craft CMS plugins and webpack, with manifest.json & webpack-dev-server HMR support",
    "version": "1.0.5",
    "keywords": [
        "craftcms",
        "plugin",
        "manifest"
    ],
    "support": {
        "docs": "https://github.com/nystudio107/craft-plugin-manifest/blob/v1/README.md",
        "issues": "https://github.com/nystudio107/craft-plugin-manifest/issues"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "nystudio107",
            "homepage": "https://nystudio107.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "craftcms/cms": "^3.0.0"
    },
    "autoload": {
        "psr-4": {
          "nystudio107\\pluginmanifest\\": "src/"
        }
    }
}
