forked from jalperin/markdown-resume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·67 lines (67 loc) · 1.98 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "there4/markdown-resume",
"description": "Markdown Resume Generator",
"homepage": "https://github.com/jingxlim/markdown-resume",
"keywords": [
"markdown",
"resume",
"html5"
],
"license": "MIT",
"version": "2.0.10",
"selfupdatepath": "://github.com/jingxlim/markdown-resume/raw/master/bin/md2resume",
"selfupdateversion": "://github.com/jingxlim/markdown-resume/raw/master/version",
"authors": [
{
"name": "Craig Davis",
"email": "craig@there4development.com",
"role": "Developer"
},
{
"name": "Kaiwen Xu",
"email": "kevin@kevxu.net",
"role": "Contributor"
},
{
"name": "ishitcno1",
"role": "Contributor"
},
{
"name": "Roland O'Leary",
"role": "Contributor"
},
{
"name": "Abhishek Kandoi",
"email": "abhikandoi2000@gmail.com",
"role": "Contributor"
},
{
"name": "Lim Jing Xuan",
"email": "jingx.lim@outlook.com",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/jingxlim/markdown-resume/issues"
},
"minimum-stability": "dev",
"require": {
"friendsofphp/php-cs-fixer": "0.4.0",
"indeyets/pake": "~1.99",
"kriswallsmith/assetic": "1.1.2",
"leafo/lessphp": "v0.4.0",
"michelf/php-markdown": "1.4.0",
"michelf/php-smartypants": "1.6.0-beta1",
"mustache/mustache": "2.5.1",
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*",
"sunra/php-simple-html-dom-parser": "v1.5.0",
"symfony/config": "v2.3.4",
"symfony/console": "v2.3.4",
"symfony/yaml": "v2.3.4",
"twig/twig": "v1.13.2"
},
"bin": [
"bin/md2resume"
]
}