-
Notifications
You must be signed in to change notification settings - Fork 62
/
composer.json
54 lines (54 loc) · 1.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "pattern-lab/core",
"description": "The core functionality for Pattern Lab.",
"keywords": ["pattern lab", "styleguide", "style guide", "atomic", "atomic design"],
"homepage": "http://patternlab.io",
"license": "MIT",
"authors": [
{
"name": "Evan Lovely",
"homepage": "http://evanlovely.com",
"role": "Lead Developer"
},
{
"name": "Salem Ghoweri",
"homepage": "https://github.com/sghoweri",
"role": "Developer"
},
{
"name": "Dave Olsen",
"email": "[email protected]",
"homepage": "http://dmolsen.com",
"role": "Former Lead Developer"
},
{
"name": "Brad Frost",
"homepage": "http://bradfrostweb.com",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/pattern-lab/patternlab-php-core/issues",
"wiki": "http://patternlab.io/docs/",
"source": "https://github.com/pattern-lab/patternlab-php-core/releases"
},
"autoload": {
"psr-0": {
"PatternLab": "src/"
}
},
"require": {
"php": ">=5.4",
"alchemy/zippy": "^0.3",
"doctrine/collections": "1.4.0",
"kevinlebrun/colors.php": "^1.0",
"michelf/php-markdown": "^1.6",
"seld/jsonlint": "^1.0",
"shudrum/array-finder": "^1.0",
"symfony/event-dispatcher": "^3.0",
"symfony/filesystem": "^3.0",
"symfony/finder": "^3.0",
"symfony/process": "^3.1",
"symfony/yaml": "^3.0"
}
}