Skip to content
Snippets Groups Projects
This project manages its dependencies using Composer. Learn more
composer.json 892 B
{
  "name": "ocio_odee_web/wcm8_theme",
  "description": "Theme for WCM8 Sites.",
  "type": "drupal-theme",
  "license": "MIT",
  "authors": [
    {
      "name": "M Miller",
      "email": "miller.2676@gmail.com"
    }
  ],
  "repositories": [
    {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    },
    {
      "type": "vcs",
      "url": "https://github.com/it-osu-web/it-osu-pl-drupal.git"
    }
  ],
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "composer/installers": "^1.7",
    "oomphinc/composer-installers-extender": "^1.1",
    "drupal/bamboo_twig": "^4.1",
    "drupal/components": "^1.1"
  },
  "require-dev": {
    "drupal/twig_vardumper": "^1.2"
  },
  "extra": {
    "installer-types": [
      "design-system"
    ],
    "installer-paths": {
      "libraries/{$name}": [
        "type:design-system"
      ]
    }
  }
}