{
  "name": "markdown-it-attrs",
  "version": "3.0.3",
  "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"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "babelify": "^10.0.0",
    "browserify": "^16.2.3",
    "coveralls": "^3.0.3",
    "eslint": "^5.16.0",
    "markdown-it": "^11.0.0",
    "markdown-it-implicit-figures": "^0.9.0",
    "mocha": "^7.1.1",
    "nyc": "^14.1.1"
  },
  "peerDependencies": {
    "markdown-it": ">= 9.0.0 < 12.0.0"
  },
  "tonicExampleFilename": "demo.js"
}
