forked from emulsify-ds/emulsify-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 926 Bytes
/
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
{
"name": "emulsify-ds/emulsify-drupal",
"description": "Storybook development + Webpack Build + Drupal 8 theme",
"type": "drupal-theme",
"homepage": "http://emulsify.info",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Brian Lewis",
"email": "[email protected]"
},
{
"name": "Chris Martin",
"email": "[email protected]"
},
{
"name": "Evan Willhite",
"email": "[email protected]"
},
{
"name": "Randy Oest",
"email": "[email protected]"
}
],
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/components": "^2.1",
"drupal/emulsify_twig": "^2.0"
}
}