|
1 | 1 | { |
2 | | - "name": "pattern-lab/core", |
3 | | - "description": "The core functionality for Pattern Lab.", |
4 | | - "keywords": ["pattern lab", "styleguide", "style guide", "atomic", "atomic design"], |
5 | | - "homepage": "http://patternlab.io", |
6 | | - "license": "MIT", |
7 | | - "authors": [ |
8 | | - { |
9 | | - "name": "Dave Olsen", |
10 | | - |
11 | | - "homepage": "http://dmolsen.com", |
12 | | - "role": "Lead Developer" |
13 | | - }, |
14 | | - { |
15 | | - "name": "Brad Frost", |
16 | | - "homepage": "http://bradfrostweb.com", |
17 | | - "role": "Creator" |
18 | | - } |
19 | | - ], |
20 | | - "support": { |
21 | | - "issues": "https://github.com/pattern-lab/patternlab-php-core/issues", |
22 | | - "wiki": "http://patternlab.io/docs/", |
23 | | - "source": "https://github.com/pattern-lab/patternlab-php-core/releases" |
24 | | - }, |
25 | | - "autoload": { |
26 | | - "psr-0": { |
27 | | - "PatternLab": "src/" |
28 | | - } |
29 | | - }, |
30 | | - "require": { |
31 | | - "php": ">=5.4", |
32 | | - "michelf/php-markdown": "~1.5", |
33 | | - "seld/jsonlint": "~1.3", |
34 | | - "symfony/event-dispatcher": "~2.6", |
35 | | - "symfony/filesystem": "~2.6.4", |
36 | | - "symfony/finder": "~2.6", |
37 | | - "symfony/yaml": "~2.6", |
38 | | - "kevinlebrun/colors.php": "~0.4.1", |
39 | | - "alchemy/zippy": "~0.2.1", |
40 | | - "shudrum/array-finder": "^1.0.0" |
41 | | - } |
| 2 | + "name": "pattern-lab/core", |
| 3 | + "description": "The core functionality for Pattern Lab.", |
| 4 | + "keywords": ["pattern lab", "styleguide", "style guide", "atomic", "atomic design"], |
| 5 | + "homepage": "http://patternlab.io", |
| 6 | + "license": "MIT", |
| 7 | + "authors": [ |
| 8 | + { |
| 9 | + "name": "Dave Olsen", |
| 10 | + |
| 11 | + "homepage": "http://dmolsen.com", |
| 12 | + "role": "Lead Developer" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "Brad Frost", |
| 16 | + "homepage": "http://bradfrostweb.com", |
| 17 | + "role": "Creator" |
| 18 | + } |
| 19 | + ], |
| 20 | + "support": { |
| 21 | + "issues": "https://github.com/pattern-lab/patternlab-php-core/issues", |
| 22 | + "wiki": "http://patternlab.io/docs/", |
| 23 | + "source": "https://github.com/pattern-lab/patternlab-php-core/releases" |
| 24 | + }, |
| 25 | + "autoload": { |
| 26 | + "psr-0": { |
| 27 | + "PatternLab": "src/" |
| 28 | + } |
| 29 | + }, |
| 30 | + "require": { |
| 31 | + "php": ">=5.4", |
| 32 | + "michelf/php-markdown": "~1.5", |
| 33 | + "seld/jsonlint": "~1.3", |
| 34 | + "symfony/event-dispatcher": "~2.6", |
| 35 | + "symfony/filesystem": "~2.6.4", |
| 36 | + "symfony/finder": "~2.6", |
| 37 | + "symfony/yaml": "~2.6", |
| 38 | + "kevinlebrun/colors.php": "~0.4.1", |
| 39 | + "alchemy/zippy": "~0.2.1", |
| 40 | + "shudrum/array-finder": "^1.0.0" |
| 41 | + } |
42 | 42 | } |
0 commit comments