summaryrefslogtreecommitdiffstats
path: root/appinfo/app.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-27 16:06:48 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-27 16:06:48 +0100
commit7c34fee7ebc09ffaaf14019ae195b1b42e138e3f (patch)
tree195cc103db5c91968cce98d104d63279ab0edebc /appinfo/app.json
parent4cd84306ff1bb897bdec9c6a0deb3aee924bc51f (diff)
use extended info.xml instead of app.json
Diffstat (limited to 'appinfo/app.json')
-rw-r--r--appinfo/app.json49
1 files changed, 0 insertions, 49 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
deleted file mode 100644
index c2c3489d1..000000000
--- a/appinfo/app.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "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.2.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": "*"
- }
- }
-} \ No newline at end of file