{
    "name": "am-impact/amcommand",
    "description": "Command palette in Craft.",
    "type": "craft-plugin",
    "version": "3.1.4",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "plugin",
        "command"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "a&m impact",
            "homepage": "http://www.am-impact.nl"
        }
    ],
    "require": {
        "craftcms/cms": "^3.0.0-RC1"
    },
    "autoload": {
        "psr-4": {
          "amimpact\\commandpalette\\": "src/"
        }
    },
    "extra": {
        "name": "Command Palette",
        "handle": "command-palette",
        "version": "3.1.4",
        "schemaVersion": "3.0.0",
        "hasSettings": true,
        "hasCpSection": true,
        "developer": "a&m impact",
        "developerUrl": "http://www.am-impact.nl",
        "description": "Command palette in Craft.",
        "changelogUrl": "https://raw.githubusercontent.com/am-impact/amcommand/craft3/CHANGELOG.md",
        "documentationUrl": "https://github.com/am-impact/amcommand/blob/master/README.md",
        "components": {
            "entries": "amimpact\\commandpalette\\services\\Entries",
            "general": "amimpact\\commandpalette\\services\\General",
            "globals": "amimpact\\commandpalette\\services\\Globals",
            "plugins": "amimpact\\commandpalette\\services\\Plugins",
            "search": "amimpact\\commandpalette\\services\\Search",
            "settings": "amimpact\\commandpalette\\services\\Settings",
            "tasks": "amimpact\\commandpalette\\services\\Tasks",
            "utilities": "amimpact\\commandpalette\\services\\Utilities",
            "users": "amimpact\\commandpalette\\services\\Users"
        },
        "class": "amimpact\\commandpalette\\CommandPalette"
    }
}
