From c118544555f90a54e3cf4f1f29a885b0d1000e3f Mon Sep 17 00:00:00 2001 From: idotj Date: Wed, 7 Feb 2024 20:27:20 +0100 Subject: [PATCH] Publish package.json --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9e65b82 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "@idotj/mastodon-embed-feed-timeline", + "description": "Displays Mastodon timeline with posts embed in your website. Very easy to setup, no dependencies, no trackers, cross-browser, WCAG compliant and fully responsive.", + "version": "4.0.0", + "author": { + "name": "idotj" + }, + "scripts": { + "test": "echo \"No test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitlab.com/idotj/mastodon-embed-feed-timeline.git" + }, + "keywords": [ + "mastodon", + "widget", + "timeline", + "embedded", + "fediverse" + ], + "bugs": { + "url": "https://gitlab.com/idotj/mastodon-embed-feed-timeline/-/issues" + }, + "homepage": "https://gitlab.com/idotj/mastodon-embed-feed-timeline", + "license": "GNU" +}