From e6a2ce6dbdd0804f5671b598bf8ef7fce77a202b Mon Sep 17 00:00:00 2001 From: idotj Date: Thu, 14 Dec 2023 21:32:19 +0100 Subject: [PATCH] First 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..14b6c36 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "mastodon-embed-timeline", + "description": "Displays Mastodon timeline with posts embed in your website. Very easy to setup, no dependencies, no trackers, WCAG compliant and fully responsive.", + "version": "3.12.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" +}