First package.json

This commit is contained in:
idotj 2023-12-14 21:32:19 +01:00
parent 58ca45859d
commit e6a2ce6dbd

27
package.json Normal file
View File

@ -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"
}