37 Zeilen
1.0 KiB
JSON
37 Zeilen
1.0 KiB
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/"
|
|
}
|
|
],
|
|
"bin": ["bin/daux"],
|
|
"require": {
|
|
"guzzlehttp/guzzle": "~6.0",
|
|
"league/commonmark": "^0.15",
|
|
"league/plates": "~3.1",
|
|
"myclabs/deep-copy": "^1.5",
|
|
"php": ">=5.5",
|
|
"symfony/console": "~3.0",
|
|
"symfony/finder": "~3.0",
|
|
"webuni/commonmark-table-extension": "0.6.*",
|
|
"webuni/front-matter": "^0.2.0",
|
|
"symfony/process": "^3.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Todaymade\\Daux\\": "libs/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4",
|
|
"mikey179/vfsStream": "^1.6"
|
|
}
|
|
}
|