summaryrefslogtreecommitdiffstats
path: root/appinfo/app.json
blob: b6584774cfc814e432f1a15acb41d170d68fd122 (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
41
42
43
44
45
46
47
48
49
{
    "name": "News",
    "id": "news",
    "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",
    "licence": "AGPL",
    "version": "4.1.1",
    "authors": [
        {
            "name": "Bernhard Posselt",
            "email": "dev@bernhard-posselt.com"
        },
        {
            "name": "Alessandro Cosentino",
            "email": "cosenal@gmail.com"
        },
        {
            "name": "Jan-Christoph Borchardt",
            "email": "hey@jancborchardt.net"
        }
    ],
    "homepage": "https://github.com/owncloud/news",
    "bugs": "https://github.com/owncloud/news/issues",
    "repository": {
        "type": "git",
        "url": "https://github.com/owncloud/news.git"
    },
    "navigation": {},
    "documentation": {
        "user": "https://github.com/owncloud/news/wiki#user-documentation",
        "admin": "https://github.com/owncloud/news#readme",
        "developer": "https://github.com/owncloud/news/wiki"
    },
    "jobs": ["OCA\\News\\Cron\\Updater"],
    "hooks": {
        "OC_User::pre_deleteUser": "OCA\\News\\Hooks\\User::deleteUser"
    },
    "admin": true,
    "categories": ["Multimedia"],
    "dependencies": {
        "databases": ["pgsql", "sqlite3", "mysql"],
        "php": ">=5.4",
        "owncloud": ">=7.0.3",
        "libs": {
            "curl": "*",
            "libxml": ">=2.7.8",
            "SimpleXML": "*"
        }
    }
}