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
|
|
|
}
|
|
|
|
],
|
2016-07-27 23:27:51 +02:00
|
|
|
"bin": ["bin/daux"],
|
2013-08-29 23:00:00 +02:00
|
|
|
"require": {
|
2016-04-08 19:17:32 +02:00
|
|
|
"guzzlehttp/guzzle": "~6.0",
|
2016-09-26 20:25:24 +02:00
|
|
|
"league/commonmark": "^0.15",
|
2016-07-28 00:14:26 +02:00
|
|
|
"league/plates": "~3.1",
|
|
|
|
"myclabs/deep-copy": "^1.5",
|
|
|
|
"php": ">=5.5",
|
2016-04-02 13:37:58 +02:00
|
|
|
"symfony/console": "~3.0",
|
|
|
|
"symfony/finder": "~3.0",
|
2016-09-26 20:25:24 +02:00
|
|
|
"webuni/commonmark-table-extension": "0.6.*",
|
2016-07-28 22:47:47 +02:00
|
|
|
"webuni/front-matter": "^0.2.0",
|
|
|
|
"symfony/process": "^3.1"
|
2015-04-21 17:11:43 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
2015-07-17 18:34:00 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Todaymade\\Daux\\": "libs/"
|
|
|
|
}
|
2015-10-28 00:01:41 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-09-26 20:58:36 +02:00
|
|
|
"phpunit/phpunit": "~4",
|
2016-07-04 20:33:44 +02:00
|
|
|
"mikey179/vfsStream": "^1.6"
|
2013-08-29 23:00:00 +02:00
|
|
|
}
|
2013-08-29 23:18:53 +02:00
|
|
|
}
|