From 6d543ac3fac536196fecc2ee0dedf1878552017d Mon Sep 17 00:00:00 2001 From: Gusakov Nikita Date: Fri, 30 Aug 2013 01:00:00 +0400 Subject: [PATCH] add composer.json --- composer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7851e0d --- /dev/null +++ b/composer.json @@ -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" + } +} \ No newline at end of file