markdown-resume/composer.json
Craig Davis 0995f3d061 Initial v2 framework
* Remove vendor library
* Update dependencies
* Add initial commands (not yet updated for this project)
* Move empir and linter into place
* Add pakefile
2014-01-11 15:22:10 -06:00

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"
}
}