-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
36 lines (36 loc) · 967 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
{
"name": "genuine/starterkit-twig-regenerate",
"description": "Pattern Lab's Base StarterKit for Twig.",
"keywords": ["twig", "pattern lab", "starterkit", "demo"],
"homepage": "http://patternlab.io",
"license": "MIT",
"type": "patternlab-starterkit",
"authors": [
{
"name": "Dave Olsen",
"email": "[email protected]",
"homepage": "http://dmolsen.com",
"role": "Lead Developer"
},
{
"name": "Brad Frost",
"homepage": "http://bradfrostweb.com",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/pattern-lab/starterkit-twig-base/issues",
"wiki": "http://patternlab.io/docs/",
"source": "https://github.com/pattern-lab/starterkit-twig-base/releases"
},
"minimum-stability": "dev",
"extra": {
"patternlab": {
"dist": {
"sourceDir": [
{ "*": "*" }
]
}
}
}
}