mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
* Remove vendor library * Update dependencies * Add initial commands (not yet updated for this project) * Move empir and linter into place * Add pakefile
37 lines
1019 B
JSON
37 lines
1019 B
JSON
{
|
|
"name": "there4/markdown-resume",
|
|
"description": "Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.",
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "v2.3.4",
|
|
"symfony/config": "v2.3.4",
|
|
"symfony/yaml": "v2.3.4",
|
|
"leafo/lessphp": "v0.4.0",
|
|
"michelf/php-markdown": "1.4.0"
|
|
}
|
|
}
|