forked from fourkitchens/emulsify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.17 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
{
"name": "fourkitchens/emulsify",
"description": "Project template for Drupal 8 themes",
"type": "drupal-theme",
"homepage": "http://emulsify.info",
"license": "MIT",
"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"
}
},
"require": {
"drupal/components": "^1.0",
"drupal-pattern-lab/add-attributes-twig-extension": "^1.0",
"drupal-pattern-lab/bem-twig-extension": "^1.0",
"drupal-pattern-lab/attach-library-twig-extension": "^1.0",
"drupal-pattern-lab/unified-twig-extensions": "^0.1"
},
"require-dev": {},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {},
"extra": []
}