summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-01 16:57:40 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-01 16:57:40 +0200
commit3a2dfdf5f246944baf5839a2278e80eb6c6f0a7a (patch)
tree431bc168e1bcb876c44fcd246e976fac863c39df /package.json
parent2e25dd980599eac7bcb8e1129e3de9ec2d7ca870 (diff)
Fix package.json requirements
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9bcea1b5..f493bf8f 100644
--- a/package.json
+++ b/package.json
@@ -3,10 +3,24 @@
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
"version": "3.0.0-beta1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
- "contributors":[
+ "contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",
"Team Popcorn <teampopcornberlin@gmail.com>"
],
+ "keywords": [
+ "nextcloud",
+ "contacts",
+ "vcard",
+ "carddav"
+ ],
+ "bugs": {
+ "url": "https://github.com/nextcloud/contacts/issues"
+ },
+ "repository": {
+ "url": "https://github.com/nextcloud/contacts",
+ "type": "git"
+ },
+ "homepage": "https://github.com/nextcloud/contacts",
"license": "agpl",
"private": true,
"scripts": {