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": {
|
2015-04-21 17:11:43 +02:00
|
|
|
"php": ">=5.4",
|
2015-05-21 17:39:11 +02:00
|
|
|
"league/plates": "~3.1",
|
2015-05-22 14:48:09 +02:00
|
|
|
"guzzlehttp/guzzle": "~5.3",
|
2015-10-21 23:26:42 +02:00
|
|
|
"league/commonmark": "^0.11",
|
2015-07-14 23:35:47 +02:00
|
|
|
"symfony/console": "~2.7",
|
2015-10-21 23:26:42 +02:00
|
|
|
"symfony/finder": "~2.7",
|
|
|
|
"webuni/commonmark-table-extension": "0.4.*"
|
2015-04-21 17:11:43 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
2015-07-17 18:34:00 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Todaymade\\Daux\\Extension\\": "daux/",
|
|
|
|
"Todaymade\\Daux\\": "libs/"
|
|
|
|
}
|
2015-10-28 00:01:41 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4"
|
2013-08-29 23:00:00 +02:00
|
|
|
}
|
2013-08-29 23:18:53 +02:00
|
|
|
}
|