8
0
Fork 0
daux.io/composer.json

17 Zeilen
492 B
JSON

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",
"site": "http://todaymade.com/"
}
],
"require": {
"php": ">=5.3"
}
}