add composer.json
This commit is contained in:
parent
f540c54482
commit
6d543ac3fa
17
composer.json
Normal file
17
composer.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user