UNPKG

eleventy-plugin-embed-everything

Version:

An Eleventy plugin that allows you to quickly add common web embeds to markdown posts, using only their URLs

58 lines 1.6 kB
{ "name": "eleventy-plugin-embed-everything", "version": "1.20.0", "description": "An Eleventy plugin that allows you to quickly add common web embeds to markdown posts, using only their URLs", "main": ".eleventy.js", "files": [ ".eleventy.js", "lib/**" ], "keywords": [ "11ty", "eleventy", "eleventy-plugin", "embeds", "embedding", "instagram", "mastodon", "media", "openstreetmap", "soundcloud", "spotify", "tiktok", "twitch", "twitter", "youtube", "vimeo" ], "license": "MIT", "dependencies": { "deepmerge": "^4.3.1", "eleventy-plugin-embed-instagram": "^1.3.0", "eleventy-plugin-embed-openstreetmap": "^1.0.0", "eleventy-plugin-embed-mastodon": "^1.0.0", "eleventy-plugin-embed-soundcloud": "^1.2.8", "eleventy-plugin-embed-spotify": "^1.3.0", "eleventy-plugin-embed-ted": "^1.0.1", "eleventy-plugin-embed-tiktok": "^1.1.7", "eleventy-plugin-embed-twitch": "^1.2.7", "eleventy-plugin-embed-twitter": "^1.4.1", "eleventy-plugin-vimeo-embed": "^1.3.8", "eleventy-plugin-youtube-embed": "^1.12.0" }, "author": { "name": "Graham F. Scott", "email": "gfscott@gmail.com", "url": "https://gfscott.com" }, "homepage": "https://gfscott.com/embed-everything/", "repository": { "type": "git", "url": "https://github.com/gfscott/eleventy-plugin-embed-everything.git" }, "bugs": "https://github.com/gfscott/eleventy-plugin-embed-everything/issues", "scripts": { "test": "npx ava", "coverage": "nyc --reporter=lcov ava" } }