{
  "name": "akiraz2/yii2-blog",
  "description": "Simple, configurable blog module for Yii2 (post, comment, nested category, tags). + frontend, backend. + SEO! (Opengraph, Schema.org)",
  "type": "yii2-extension",
  "keywords": [
    "yii2",
    "extension",
    "blog",
    "post",
    "category",
    "tag",
    "comments",
    "module",
    "yii2-blog",
    "seo"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Akiraz",
      "email": "akiraz@bk.ru"
    }
  ],
  "require": {
    "yiisoft/yii2": "*",
    "yiidoc/yii2-redactor": "*",
    "yii-dream-team/yii2-upload-behavior": "*",
    "himiklab/yii2-sortable-grid-view-widget": "*",
    "noam148/yii2-image-manager" : "*",
    "2amigos/yii2-taggable-behavior": "~1.0"
  },
  "repositories": [],
  "autoload": {
    "psr-4": {
      "akiraz2\\blog\\": ""
    }
  },
  "config": {
    "process-timeout": 1800,
    "fxp-asset": {
      "enabled": false
    }
  },
  "scripts": {
    "post-install-cmd": [
      "akiraz2\\blog\\Module::postInstall"
    ]
  },
  "extra": {}
}
