-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer.json
33 lines (33 loc) · 1.1 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
{
"name": "pattern-lab/drupal-twig-components",
"description": "A collection of Twig components to be used with Drupal- and Twig-related StarterKits.",
"keywords": ["drupal", "pattern lab", "twig"],
"homepage": "http://patternlab.io",
"license": "MIT",
"type": "patternlab-plugin",
"authors": [
{
"name": "Dave Olsen",
"email": "[email protected]",
"homepage": "http://dmolsen.com",
"role": "Lead Developer"
}
],
"support": {
"issues": "https://github.com/pattern-lab/plugin-drupal-twig-components/issues",
"wiki": "http://patternlab.io/docs/",
"source": "https://github.com/pattern-lab/plugin-drupal-twig-components/releases"
},
"extra": {
"patternlab": {
"dist": {
"sourceDir": [
{ "filters/*": "_twig-components/filters/*" },
{ "functions/*": "_twig-components/functions/*" },
{ "tags/*": "_twig-components/tags/*" },
{ "tests/*": "_twig-components/tests/*" }
]
}
}
}
}