{
  "name": "gridsome-remark-figure-caption",
  "version": "1.2.2",
  "description": "A gridsome remark plugin to transform markdown image to figure with caption element",
  "main": "src/plugin.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Quang Trinh <khacquang.trinh@gmail.com>",
  "homepage": "https://github.com/tkhquang/gridsome-remark-figure-caption",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tkhquang/gridsome-remark-figure-caption.git"
  },
  "bugs": {
    "url": "https://github.com/tkhquang/gridsome-remark-figure-caption/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "vue",
    "remark",
    "gridsome",
    "gridsome-plugin",
    "markdown",
    "image",
    "images",
    "figure",
    "caption"
  ],
  "dependencies": {
    "hast-util-whitespace": "^1.0.4",
    "remark-parse": "^9.0.0",
    "unified": "^9.2.0",
    "unist-util-remove": "^2.0.0",
    "unist-util-visit": "^2.0.2"
  }
}
