summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 578edada1901407682d9225b4b9ee577bd7c56f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "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.2",
        "fguillot/picofeed": "0.1.33",
        "pear/net_url2": "2.2.1",
        "riimu/kit-pathjoin": "1.1.2"
    }
}