markdown-it-fitvids
Version:
A markdown-it plugin to make iframes and videos responsive by setting aspect-ratio.
32 lines (31 loc) • 746 B
JSON
{
"name": "markdown-it-fitvids",
"version": "0.2.0",
"type": "module",
"description": "A markdown-it plugin to make iframes and videos responsive by setting aspect-ratio.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ulfschneider/markdown-it-fitvids.git"
},
"bugs": {
"url": "https://github.com/ulfschneider/markdown-it-fitvids/issues"
},
"homepage": "https://ulfschneider.io",
"keywords": [
"markdown",
"markdown-it",
"video",
"aspect-ratio",
"fitvids",
"responsive"
],
"author": "Ulf Schneider",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0"
}
}