summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 22:24:35 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 22:24:35 +0200
commit59fd533e228c4d38b813ee1eadd05796d09ccab3 (patch)
tree08ed349d5d1a605ffd3ddadb345bd3c01eff1c54 /composer.json
parentb1e046dbf8f8d7cd1a76c50549b34c029dde1ad8 (diff)
add composer file
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000..f030b0199
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,36 @@
+{
+ "type": "project",
+ "require": {
+ "fguillot/picofeed": "dev-master",
+ "ezyang/htmlpurifier": "v4.6.0"
+ },
+ "license": "AGPL",
+ "An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
+ "homepage": "https://github.com/owncloud/news",
+ "authors": [
+ {
+ "name": "Bernhard Posselt",
+ "email": "dev@bernhard-posselt.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Alessandro Cosentino",
+ "email": "cosenal@gmail.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Jan-Christoph Borchardt",
+ "email": "hey@jancborchardt.net",
+ "role": "Designer"
+ }
+ ],
+ "support": {
+ "irc": "irc://irc.freenode.org/owncloud-dev",
+ "issues": "https://github.com/owncloud/news/issues",
+ "wiki": "https://github.com/owncloud/news/wiki",
+ "source" "https://github.com/owncloud/news/"
+ },
+ "config": {
+ "vendor-dir": "3rdparty"
+ }
+} \ No newline at end of file