Skip to content
Snippets Groups Projects
composer.json 3.2 KiB
Newer Older
{
  "name": "drupal/varbase_media",
  "description": "Manages type of media contents and entity browsers in the site.",
  "type": "drupal-module",
  "homepage": "https://www.drupal.org/project/varbase_media",
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "authors": [
    {
      "name": "Vardot",
      "homepage": "https://www.drupal.org/vardot",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "https://www.drupal.org/project/issues/varbase_media",
    "source": "http://cgit.drupalcode.org/varbase_media"
  },
    "npm-asset/dropzone": "~5.0: Provides JavaScript library necessary for Dropzone",
    "npm-asset/blazy": "~1.0: Provides JavaScript library necessary for Blazy loading",
    "npm-asset/slick-carousel": "~1.0: Provides JavaScript library necessary for Slick Carousel"
  }, 
    "installer-types": [
      "bower-asset",
      "npm-asset"
    ],
    "installer-paths": {
      "libraries/slick": ["npm-asset/slick-carousel"],
      "libraries/{$name}": [
        "type:drupal-library",
        "type:bower-asset",
        "type:npm-asset"
      ]
    },
    "drupal-libraries": {
      "libraries": [
          {"name": "dropzone","package": "npm-asset/dropzone"},
          {"name": "blazy", "package": "npm-asset/blazy"},
          {"name": "slick", "package": "npm-asset/slick-carousel"}
      ]
    },
    "composer-exit-on-patch-failure": true,
    "patches": {
        "Issue #3070343: Allow to add a Drupal core link with Link Widget for Image entities using Entity Embed Dialog in CKEditor":
        "https://www.drupal.org/files/issues/2019-07-25/3070343-8.patch",
        "Issue #2679875: Inline Entity Form integration":
        "https://www.drupal.org/files/issues/2020-04-21/2679875-13.patch"