33 lines
936 B
JSON
33 lines
936 B
JSON
{
|
|
"name": "justinwalsh/daux.io",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"description": "Documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly",
|
|
"keywords": ["documentation", "docs", "markdown", "md"],
|
|
"homepage": "http://daux.io/",
|
|
"authors": [
|
|
{
|
|
"name": "Justin Walsh",
|
|
"homepage": "http://todaymade.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"league/plates": "~3.1",
|
|
"guzzlehttp/guzzle": "~5.3",
|
|
"league/commonmark": "^0.11",
|
|
"symfony/console": "~2.7",
|
|
"symfony/finder": "~2.7",
|
|
"webuni/commonmark-table-extension": "0.4.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Todaymade\\Daux\\Extension\\": "daux/",
|
|
"Todaymade\\Daux\\": "libs/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4"
|
|
}
|
|
}
|