From 9473d6df00b7752c3c007cc6eee356e1ffb9a54f Mon Sep 17 00:00:00 2001 From: les Date: Tue, 10 Dec 2019 23:16:51 +0100 Subject: [PATCH] [npm] add keywords to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8f57d83e..03ca39dc 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "email": "lesion@autistici.org", "url": "https://framagit.org/les/gancio/issues" }, + "keywords": [ + "AP", "gancio", "events", "federation", "activitypub", "event", "server", "self-host", "app" + ], "repository": { "type": "git", "url": "https://framagit.org/les/gancio"