{
  "name": "usabilitydynamics/wp-tax-post-binding",
  "type": "wordpress-plugin",
  "keywords": [
    "wordpress",
    "wordpress-plugin",
    "taxonomy",
    "term"
  ],
  "description": "A WordPress plugin that provides extended functionality for taxonomies such as post meta and featured image through creating a custom post type and associating it to that taxonomy.",
  "license": "GPLv2",
  "minimum-stability": "dev",
  "require": {
    "composer/installers": "~1.0"
  },
  "authors": [
    {
      "name": "Crowd Favorite",
      "homepage": "http://crowdfavorite.com"
    },
    {
      "name": "UsabilityDynamics",
      "email": "maxim.peshkov@usabilitydynamics.com",
      "homepage": "https://www.usabilitydynamics.com/",
      "role": "Developer"
    }
  ],
  "autoload": {
    "classmap": [
      "lib"
    ]
  }
}
