{
    "name": "homm/hommicons",
    "description": "Craft CMS Icon Picker",
    "type": "craft-plugin",
    "version": "0.0.3",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "craft-plugin",
        "hommicons",
        "icon picker"
    ],
    "support": {
        "docs": "https://github.com/HOMMinteractive/hommicons/blob/master/README.md",
        "issues": "https://github.com/HOMMinteractive/hommicons/issues"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Benjamin Ammann",
            "homepage": "https://github.com/ammannbe"
        },
        {
            "name": "Domenik Hofer",
            "homepage": "https://www.homm.ch"
        }
    ],
    "require": {
        "craftcms/cms": "^3.0.0"
    },
    "autoload": {
        "psr-4": {
          "homm\\hommicons\\": "src/"
        }
    },
    "extra": {
        "name": "HOMM Icons",
        "handle": "hommicons",
        "developer": "HOMM interactive",
        "developerUrl": "https://github.com/HOMMinteractive",
        "documentationUrl": "https://github.com/HOMMinteractive/hommicons/blob/master/README.md",
        "changelogUrl": "https://raw.githubusercontent.com/HOMMinteractive/hommicons/master/CHANGELOG.md",
        "class": "homm\\hommicons\\HOMMIcons"
    }
}
