diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..a741f69d --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "fivefilters/ftr-site-config", + "description": "Full-Text RSS site config files", + "license": "CC0-1.0", + "type": "library", + "homepage": "http://fivefilters.org/content-only/", + "authors": [{ + "name": "FiveFilters.org", + "email": "fivefilters@fivefilters.org", + "role": "Developer" + }] +}