markdown-resume/composer.json

67 lines
1.9 KiB
JSON

{
"name": "there4/markdown-resume",
"description": "Markdown Resume Generator",
"homepage": "https://github.com/there4/markdown-resume",
"keywords": [
"markdown",
"resume",
"html5"
],
"license": "MIT",
"version": "2.0.5",
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
"selfupdateversion": "://github.com/there4/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"
}
],
"support": {
"issues": "https://github.com/there4/markdown-resume/issues"
},
"minimum-stability": "dev",
"require": {
"fabpot/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.*",
"simple-html-dom/simple-html-dom": "1.5.0",
"squizlabs/php_codesniffer": "1.*",
"symfony/config": "v2.3.4",
"symfony/console": "v2.3.4",
"symfony/yaml": "v2.3.4",
"twig/twig": "v1.13.2"
},
"autoload": {
"classmap": [
"vendor/simple-html-dom/simple-html-dom/"
]
},
"bin": [
"bin/md2resume"
]
}