news/composer.json

38 строки
1.3 KiB
JSON

{
"type": "project",
"license": "AGPL",
"description": "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",
"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/owncloud-dev",
"issues": "https://github.com/owncloud/news/issues",
"wiki": "https://github.com/owncloud/news/wiki",
"source": "https://github.com/owncloud/news/"
},
"require": {
"pear/net_url2": "~2.1",
"ezyang/htmlpurifier": "~4.6",
"fguillot/picofeed": "dev-master"
}
}