2014-01-08 09:05:08 -05:00
|
|
|
{
|
|
|
|
"name": "there4/markdown-resume",
|
2014-01-12 10:05:09 -05:00
|
|
|
"description": "Markdown Resume Generator",
|
|
|
|
"homepage": "https://github.com/there4/markdown-resume",
|
2014-01-12 18:14:37 -05:00
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"resume",
|
|
|
|
"html5"
|
|
|
|
],
|
2014-01-08 09:05:08 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Craig Davis",
|
2017-10-16 19:17:01 -04:00
|
|
|
"email": "craig@there4.io",
|
2014-01-08 09:05:08 -05:00
|
|
|
"role": "Developer"
|
2014-01-12 18:14:37 -05:00
|
|
|
},
|
|
|
|
{
|
2014-01-08 09:05:08 -05:00
|
|
|
"name": "Kaiwen Xu",
|
|
|
|
"email": "kevin@kevxu.net",
|
|
|
|
"role": "Contributor"
|
2014-01-12 18:14:37 -05:00
|
|
|
},
|
|
|
|
{
|
2014-01-08 09:05:08 -05:00
|
|
|
"name": "ishitcno1",
|
|
|
|
"role": "Contributor"
|
2014-01-12 18:14:37 -05:00
|
|
|
},
|
|
|
|
{
|
2014-01-08 09:05:08 -05:00
|
|
|
"name": "Roland O'Leary",
|
|
|
|
"role": "Contributor"
|
2014-01-12 18:14:37 -05:00
|
|
|
},
|
|
|
|
{
|
2014-01-08 09:05:08 -05:00
|
|
|
"name": "Abhishek Kandoi",
|
|
|
|
"email": "abhikandoi2000@gmail.com",
|
|
|
|
"role": "Contributor"
|
2017-10-16 19:17:01 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Erik Waibel",
|
|
|
|
"email": "ejwaibel@gmail.com",
|
|
|
|
"role": "Contributor"
|
2018-03-14 16:51:38 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benedikt Franke",
|
|
|
|
"email": "benedikt@franke.tech",
|
|
|
|
"role": "Contributor"
|
2014-01-08 09:05:08 -05:00
|
|
|
}
|
|
|
|
],
|
2014-01-12 10:05:09 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/there4/markdown-resume/issues"
|
|
|
|
},
|
2014-01-08 09:05:08 -05:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"require": {
|
2017-10-16 19:17:01 -04:00
|
|
|
"php": ">=7.1",
|
2014-01-12 18:14:37 -05:00
|
|
|
"kriswallsmith/assetic": "1.1.2",
|
2014-01-11 16:22:10 -05:00
|
|
|
"leafo/lessphp": "v0.4.0",
|
2014-01-12 10:05:09 -05:00
|
|
|
"michelf/php-markdown": "1.4.0",
|
2017-10-16 18:40:06 -04:00
|
|
|
"michelf/php-smartypants": "^1.8",
|
2014-01-12 18:14:37 -05:00
|
|
|
"mustache/mustache": "2.5.1",
|
2014-05-14 20:50:33 -04:00
|
|
|
"sunra/php-simple-html-dom-parser": "v1.5.0",
|
2014-01-12 18:14:37 -05:00
|
|
|
"symfony/config": "v2.3.4",
|
|
|
|
"symfony/console": "v2.3.4",
|
|
|
|
"symfony/yaml": "v2.3.4",
|
2017-10-16 18:40:06 -04:00
|
|
|
"twig/twig": "v1.13.2",
|
|
|
|
"symfony/event-dispatcher": "^4.0@dev",
|
|
|
|
"leafo/scssphp": "dev-master"
|
2014-01-12 13:00:45 -05:00
|
|
|
},
|
2014-01-12 21:58:14 -05:00
|
|
|
"bin": [
|
|
|
|
"bin/md2resume"
|
2017-10-16 19:00:50 -04:00
|
|
|
],
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.2",
|
2017-10-19 19:42:54 -04:00
|
|
|
"squizlabs/php_codesniffer": "^3.0@dev",
|
|
|
|
"jakub-onderka/php-parallel-lint": "dev-master",
|
|
|
|
"jakub-onderka/php-console-highlighter": "dev-master"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": [
|
|
|
|
"@lint",
|
|
|
|
"@format",
|
|
|
|
"@sniff",
|
|
|
|
"@test",
|
|
|
|
"@readme"
|
|
|
|
],
|
|
|
|
"lint": "vendor/bin/parallel-lint --exclude app --exclude vendor .",
|
|
|
|
"sniff": "vendor/bin/phpcs --standard=PSR2 -n --extensions=php src",
|
|
|
|
"format": "vendor/bin/phpcbf --standard=PSR2 --extensions=php src",
|
|
|
|
"readme": "build/update_readme.php",
|
|
|
|
"test": "vendor/bin/phpunit"
|
2017-10-16 19:00:50 -04:00
|
|
|
}
|
2017-10-16 19:13:01 -04:00
|
|
|
}
|