UNPKG

ep_images_extended

Version:

Insert images inline with text, float them, resize them, and more.

60 lines (59 loc) 1.44 kB
{ "name": "ep_images_extended", "description": "Insert images inline with text, float them, resize them, and more.", "version": "1.1.5", "packageManager": "pnpm@11.13.0+sha512.88d94724d8f2e6c186744a5584c6e59ecac869ec7ba15e9cb4cd628e8dc7066820b2481d8ee3b51ea8da323a7378068aa58c556a3720d32b7c20a051d088363a", "author": { "name": "Daniel Castelone", "url": "https://github.com/dcastelone" }, "contributors": [], "dependencies": { "mime-db": "1.49.0", "@aws-sdk/client-s3": "3.1087.0", "@aws-sdk/s3-request-presigner": "3.1087.0" }, "devDependencies": { "socket": "1.1.143" }, "license": "Apache-2.0", "scripts": { "test": "node --test" }, "keywords": [ "etherpad", "plugin", "ep", "images", "upload", "img" ], "repository": { "type": "git", "url": "git+https://github.com/dcastelone/ep_images_extended.git" }, "bugs": { "url": "https://github.com/dcastelone/ep_images_extended/issues" }, "homepage": "https://github.com/dcastelone/ep_images_extended#readme", "peerDependencies": { "ep_etherpad-lite": ">=3.3.2 <4" }, "engines": { "node": ">=18.0.0" }, "files": [ "ep.json", "editbar.js", "index.js", "settings.js", "lib/", "locales/", "static/", "templates/", "NOTICE.md" ], "publishConfig": { "access": "public" } }