-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
46 lines (46 loc) · 1.22 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "drupal/vartheme_material",
"description": "A base theme for Varbase standard websites. Based on Bootstrap theme with Bootstrap 3 and Material Design.",
"type": "drupal-theme",
"homepage": "https://www.drupal.org/project/vartheme_material",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/issues/vartheme_material",
"source": "http://cgit.drupalcode.org/vartheme_material"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"composer/installers": "^1.5.0",
"oomphinc/composer-installers-extender": "^1.1.2",
"cweagans/composer-patches": "^1.6.4",
"drupal/drupal-library-installer-plugin": "^0.3"
},
"extra": {
"branch-alias": {
"dev-8.x-6.x": "8.6.x-dev"
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"enable-patching": true,
"composer-exit-on-patch-failure": true
}
}