{
  "name": "elivz/craft-single-cat",
  "description": "Field type that allows the user to select a single category from a drop-down.",
  "type": "craft-plugin",
  "version": "1.2.1",
  "keywords": [
    "craftcms",
    "craft-plugin",
    "single cat",
    "category",
    "select",
    "single category"
  ],
  "support": {
    "docs": "https://github.com/elivz/craft-single-cat/blob/master/README.md",
    "issues": "https://github.com/elivz/craft-single-cat/issues"
  },
  "license": "MIT",
  "authors": [
    {
      "name": "Eli Van Zoeren",
      "homepage": "https://elivz.com"
    }
  ],
  "require": {
    "craftcms/cms": "^3.1.0"
  },
  "autoload": {
    "psr-4": {
      "elivz\\singlecat\\": "src/"
    }
  },
  "extra": {
    "name": "Single Cat",
    "handle": "single-cat",
    "changelogUrl": "https://raw.githubusercontent.com/elivz/craft-single-cat/master/CHANGELOG.md",
    "class": "elivz\\singlecat\\SingleCat"
  }
}
