{
 "name": "motivar/mtv-reviews",
  "version": "1.0.2",
 "description": "A WordPress plugin for managing MTV reviews with custom post types.",
 "type": "wordpress-plugin",
 "require": {},
 "config": {
  "optimize-autoloader": true,
  "apcu-autoloader": true
 },
 "autoload": {
  "psr-4": {
   "MTVReviews\\": "includes/"
  },
  "files": [
   "includes/functions.php"
  ]
 }
}