forked from pattern-lab/starterkit-mustache-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.03 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
{
"name": "pattern-lab/starterkit-mustache-demo",
"description": "The Mustache-based demo StarterKit for Pattern Lab.",
"keywords": ["mustache", "pattern lab", "starterkit", "demo"],
"homepage": "http://patternlab.io",
"license": "MIT",
"type": "patternlab-starterkit",
"authors": [
{
"name": "Ian Frost",
"role": "Lead Developer"
},
{
"name": "Brad Frost",
"homepage": "http://bradfrostweb.com",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/pattern-lab/starterkit-mustache-demo/issues",
"wiki": "http://patternlab.io/docs/",
"source": "https://github.com/pattern-lab/starterkit-mustache-demo/releases"
},
"require": {
"pattern-lab/core": "^2.0.0",
"pattern-lab/patternengine-mustache": "^2.0.0"
},
"extra": {
"patternlab": {
"dist": {
"sourceDir": [
{ "*": "*" }
]
}
}
}
}