{
  "name": "markdown-it-attrs",
  "version": "4.2.0",
  "description": "Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes",
  "main": "index.js",
  "license": "MIT",
  "repository": "arve0/markdown-it-attrs",
  "author": {
    "name": "Arve Seljebu",
    "email": "arve.seljebu@gmail.com",
    "url": "https://arve0.github.io"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "browser": "browserify index.js -t [ babelify --presets [ @babel/preset-env ] ] --standalone markdown-it-attrs -o markdown-it-attrs.browser.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "preversion": "mocha && npm run browser && git add markdown-it-attrs.browser.js",
    "postpublish": "git push && git push --tags",
    "test": "npm run lint && nyc mocha"
  },
  "homepage": "https://github.com/arve0/markdown-it-attrs",
  "keywords": [
    "commonmark",
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "attributes",
    "classes",
    "ids",
    "identifiers",
    "curly brackets",
    "pandoc",
    "header_attributes"
  ],
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "babelify": "^10.0.0",
    "browserify": "^17.0.0",
    "coveralls": "^3.1.1",
    "eslint": "^8.4.1",
    "markdown-it": "^13.0.1",
    "markdown-it-implicit-figures": "^0.9.0",
    "markdown-it-katex": "^2.0.3",
    "mocha": "^9.1.3",
    "nyc": "^15.1.0"
  },
  "peerDependencies": {
    "markdown-it": ">= 9.0.0"
  },
  "tonicExampleFilename": "demo.js"
}
