{
  "name": "markdown-it-ins-del",
  "main": "index.js",
  "homepage": "https://github.com/markdown-it/markdown-it-ins-del",
  "description": "<ins> and <s> tags, with attribution, for markdown-it markdown parser.",
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown",
    "insert",
    "ins",
    "delete",
    "del",
    "sup",
    "strikethrough"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "benchmark",
    "bower_components",
    "coverage",
    "demo",
    "docs",
    "lib",
    "node_modules",
    "support",
    "test",
    "Makefile",
    "index*"
  ]
}
