23 lines
639 B
JSON
23 lines
639 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",
|
|
"erusev/parsedown": "~1.0",
|
|
"league/plates": "~3.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Todaymade\\Daux\\": "libs/"}
|
|
}
|
|
}
|