add composer.json

This commit is contained in:
Gusakov Nikita 2013-08-30 01:00:00 +04:00
parent f540c54482
commit 6d543ac3fa
1 changed files with 17 additions and 0 deletions

17
composer.json Normal file
View File

@ -0,0 +1,17 @@
{
"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"
}
}