{
  "name": "markdown-it-mermaid",
  "version": "0.2.5",
  "description": "Mermaid plugin for markdown-it.",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack --progress --color",
    "build:watch": "yarn build --watch",
    "release": "yarn build -p",
    "test": "node -r babel-register test/index.js",
    "upgrade": "yarn-upgrade-all"
  },
  "repository": "git@github.com:tylingsoft/markdown-it-mermaid.git",
  "author": "Tyler Long <tyler4long@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1",
    "markdown-it": "^8.4.0",
    "standard": "^10.0.3",
    "webpack": "^3.10.0",
    "webpack-node-externals": "^1.6.0",
    "yarn-upgrade-all": "^0.2.0"
  },
  "dependencies": {
    "mermaid": "^7.1.2"
  }
}
