daux.io/composer.json

19 lignes
533 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.3",
2014-05-17 20:30:46 +02:00
"erusev/parsedown": "~1.0"
2013-08-29 23:00:00 +02:00
}
2013-08-29 23:18:53 +02:00
}