|
1 | 1 | { |
2 | | - "name": "pattern-lab/patternengine-mustache", |
3 | | - "description": "Mustache-based PatternEngine for Pattern Lab.", |
4 | | - "keywords": ["mustache", "pattern lab", "pattern engine"], |
5 | | - "homepage": "http://patternlab.io", |
6 | | - "license": "MIT", |
7 | | - "type": "patternlab-patternengine", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Dave Olsen", |
11 | | - |
12 | | - "homepage": "http://dmolsen.com", |
13 | | - "role": "Lead Developer" |
14 | | - } |
15 | | - ], |
16 | | - "support": { |
17 | | - "issues": "https://github.com/pattern-lab/patternengine-php-mustache/issues", |
18 | | - "wiki": "http://patternlab.io/docs/", |
19 | | - "source": "https://github.com/pattern-lab/patternengine-php-mustache/releases" |
20 | | - }, |
21 | | - "autoload": { |
22 | | - "psr-0": { |
23 | | - "PatternLab\\PatternEngine\\Mustache": "src/" |
24 | | - } |
25 | | - }, |
26 | | - "require": { |
27 | | - "pattern-lab/core": "^2.0.0", |
28 | | - "mustache/mustache": "~2.6" |
29 | | - }, |
30 | | - "extra": { |
31 | | - "patternlab": { |
32 | | - "config": { |
33 | | - "lineageMatch": "{{>([ ]+)?([A-Za-z0-9-_]+)(?:\\:[A-Za-z0-9-]+)?(?:(| )\\(.*)?([ ]+)?}}", |
34 | | - "lineageMatchKey": 2, |
35 | | - "patternExtension": "mustache", |
36 | | - "mustacheHelperExt": "helper.php" |
37 | | - } |
38 | | - } |
39 | | - } |
| 2 | + "name": "pattern-lab/patternengine-mustache", |
| 3 | + "description": "Mustache-based PatternEngine for Pattern Lab.", |
| 4 | + "keywords": ["mustache", "pattern lab", "pattern engine"], |
| 5 | + "homepage": "http://patternlab.io", |
| 6 | + "license": "MIT", |
| 7 | + "type": "patternlab-patternengine", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Dave Olsen", |
| 11 | + |
| 12 | + "homepage": "http://dmolsen.com", |
| 13 | + "role": "Lead Developer" |
| 14 | + } |
| 15 | + ], |
| 16 | + "support": { |
| 17 | + "issues": "https://github.com/pattern-lab/patternengine-php-mustache/issues", |
| 18 | + "wiki": "http://patternlab.io/docs/", |
| 19 | + "source": "https://github.com/pattern-lab/patternengine-php-mustache/releases" |
| 20 | + }, |
| 21 | + "autoload": { |
| 22 | + "psr-0": { |
| 23 | + "PatternLab\\PatternEngine\\Mustache": "src/" |
| 24 | + } |
| 25 | + }, |
| 26 | + "require": { |
| 27 | + "pattern-lab/core": "^2.0.0", |
| 28 | + "mustache/mustache": "~2.6" |
| 29 | + }, |
| 30 | + "extra": { |
| 31 | + "patternlab": { |
| 32 | + "config": { |
| 33 | + "lineageMatch": "{{>([ ]+)?([A-Za-z0-9-_]+)(?:\\:[A-Za-z0-9-]+)?(?:(| )\\(.*)?([ ]+)?}}", |
| 34 | + "lineageMatchKey": 2, |
| 35 | + "patternExtension": "mustache", |
| 36 | + "mustacheHelperExt": "helper.php" |
| 37 | + } |
| 38 | + } |
| 39 | + } |
40 | 40 | } |
0 commit comments