{
  "name": "daxslab/yii2-website-module",
  "description": "Yii2 module to manage website content. Kind of a CMS...",
  "type": "yii2-extension",
  "keywords": [
    "yii2",
    "module",
    "cms",
    "website"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Gabriel A. López López",
      "email": " [email protected]"
    }
  ],
  "minimum-stability": "stable",
  "require": {
    "yiisoft/yii2": "*",
    "yiisoft/yii2-bootstrap4": "~2.0.6",
    "2amigos/yii2-ckeditor-widget": "^2.0",
    "2amigos/yii2-gallery-widget": "~1.0",
    "daxslab/yii2-thumbnailer": "~1.0",
    "daxslab/yii2-taggedview": "~1.0",
    "daxslab/yii2-uploader-behavior": "~1.0",
    "daxslab/yii2-sharelinks-widget": "^1.0",
    "yiisoft/yii2-jui": "*",
    "vinpel/yii2-dropzone": "~1.0.4",
    "zelenin/yii2-rss": "~0.1.0",
    "yii2tech/ar-position": "^1.0",
    "kartik-v/yii2-widget-switchinput": "^1.3"
  },
  "autoload": {
    "psr-4": {
      "daxslab\\website\\": ""
    }
  },
  "extra": {
    "bootstrap": "daxslab\\website\\Bootstrap"
  }
}
 
  |