forked from pattern-lab/styleguidekit-assets-default
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.11 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
{
"name": "pattern-lab/styleguidekit-assets-default",
"description": "The assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.",
"keywords": ["mustache", "pattern lab", "styleguide"],
"homepage": "http://patternlab.io",
"license": "MIT",
"type": "patternlab-styleguidekit",
"authors": [
{
"name": "Dave Olsen",
"email": "dmolsen@gmail.com",
"homepage": "http://dmolsen.com",
"role": "Lead Developer"
},
{
"name": "Brad Frost",
"homepage": "http://bradfrostweb.com",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/pattern-lab/styleguidekit-assets-default/issues",
"wiki": "http://patternlab.io/docs/",
"source": "https://github.com/pattern-lab/styleguidekit-assets-default/releases"
},
"extra": {
"patternlab": {
"dist": {
"publicDir": [
{ "*": "*" }
]
},
"config": {
"ishMinimum": "240",
"ishMaximum": "2600",
"ishControlsHide": ["hay"]
}
}
}
}