summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 7574cae15d683673343cd924478d1ec7e7f693ab (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
38
39
40
{
    "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/"
    },
    "config": {
        "vendor-dir": "3rdparty"
    },
    "require": {
        "pear/net_url2": "~2.1",
        "ezyang/htmlpurifier": "~4.6",
        "fguillot/picofeed": "0.1.0-dev-dev"
    }
}