mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-05-23 16:32:47 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@idotj/mastodon-embed-timeline",
|
|
"version": "4.4.2",
|
|
"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.",
|
|
"license": "GNU",
|
|
"author": {
|
|
"name": "idotj",
|
|
"url": "https://www.idotj.com"
|
|
},
|
|
"keywords": [
|
|
"mastodon",
|
|
"widget",
|
|
"timeline",
|
|
"embedded",
|
|
"fediverse"
|
|
],
|
|
"homepage": "https://gitlab.com/idotj/mastodon-embed-timeline",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/idotj/mastodon-embed-timeline.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitlab.com/idotj/mastodon-embed-timeline/-/issues"
|
|
},
|
|
"private": false,
|
|
"type": "module",
|
|
"main": "dist/mastodon-timeline.esm.js",
|
|
"types": "dist/mastodon-timeline.d.ts",
|
|
"style": "dist/mastodon-timeline.min.css",
|
|
"scripts": {
|
|
"test": "echo \"No test specified\" && exit 1",
|
|
"build": "npm run build:minifyCss && rollup -c",
|
|
"build:minifyCss": "cleancss src/mastodon-timeline.css -o dist/mastodon-timeline.min.css"
|
|
},
|
|
"devDependencies": {
|
|
"clean-css-cli": "^5.6.3",
|
|
"rollup": "^4.14.0",
|
|
"@rollup/plugin-terser": "^0.4.4"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
]
|
|
}
|