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