{
  "name": "markdown-it-attrs",
  "version": "1.1.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": "arve0.github.io"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "browser": "browserify index.js -t [ babelify --presets es2015 ] --standalone markdown-it-attrs -o markdown-it-attrs.browser.js",
    "lint": "eslint .",
    "preversion": "mocha && npm run browser && git add markdown-it-attrs.browser.js",
    "postpublish": "git push && git push --tags",
    "test": "npm run lint && mocha"
  },
  "homepage": "https://github.com/arve0/markdown-it-attrs",
  "keywords": [
    "commonmark",
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "attribute",
    "attributes",
    "class",
    "classes",
    "id",
    "ids",
    "identifier",
    "identifiers",
    "curly brackets",
    "pandoc",
    "header_attributes"
  ],
  "dependencies": {},
  "devDependencies": {
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^13.1.0",
    "eslint": "^4.3.0",
    "markdown-it": ">=7.0.1",
    "mocha": "*"
  },
  "peerDependencies": {
    "markdown-it": ">=7.0.1"
  },
  "tonicExampleFilename": "demo.js"
}
