{ "type": "project", "license": "AGPL-3.0", "description": "An RSS/Atom feed reader. Requires Nextcloud 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/nextcloud/news", "authors": [ { "name": "Bernhard Posselt", "email": "dev@bernhard-posselt.com", "homepage": "https://bernhard-posselt.com", "role": "Developer" }, { "name": "Alessandro Cosentino", "homepage": "http://algorithmsforthekitchen.com/", "email": "cosenal@gmail.com", "role": "Developer" }, { "name": "Jan-Christoph Borchardt", "email": "hey@jancborchardt.net", "homepage": "http://jancborchardt.net/", "role": "Designer" } ], "support": { "irc": "irc://irc.freenode.org/nextcloud-news", "issues": "https://github.com/nextcloud/news/issues", "source": "https://github.com/nextcloud/news/" }, "require": { "ezyang/htmlpurifier": "4.9.3", "miniflux/picofeed": "0.1.34", "pear/net_url2": "2.2.1", "riimu/kit-pathjoin": "1.1.2" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "autoload": { "psr-4": { "OCA\\News\\": "lib/" } }, "autoload-dev": { "psr-4": { "OCA\\News\\Tests\\": "tests/" } } }