daux.io/composer.json

26 lignes
747 B
JSON
Brut Vue normale Historique

2013-08-29 23:00:00 +02:00
{
"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",
2013-08-29 23:18:53 +02:00
"homepage": "http://todaymade.com/"
2013-08-29 23:00:00 +02:00
}
],
"require": {
"php": ">=5.4",
"league/plates": "~3.1",
"guzzlehttp/guzzle": "~5.3",
2015-07-14 22:06:01 +02:00
"league/commonmark": "0.8.*",
2015-07-14 23:35:47 +02:00
"symfony/console": "~2.7",
"symfony/finder": "~2.7"
},
"autoload": {
"psr-4": {"Todaymade\\Daux\\": "libs/"}
2013-08-29 23:00:00 +02:00
}
2013-08-29 23:18:53 +02:00
}