{
  "name": "mermaid",
  "version": "0.4.0",
  "authors": [
    "knsv <knut@sveido.com>"
  ],
  "description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
  "main": "dist/mermaid.slim.js",
  "keywords": [
    "diagram",
    "markdown",
    "flowchart",
    "sequence diagram",
    "gantt"
  ],
  "license": "MIT",
  "ignore": [
    "*",
    "!dist/",
    "!dist/*",
    "!LICENSE"
  ],
  "devDependencies": {
    "jasmine": "~2.0.4",
    "dagre": "0.6.2",
    "d3": "3.3.8",
    "dagre-d3": "0.3.3"
  },
  "homepage": "https://github.com/knsv/mermaid",
  "_release": "0.4.0",
  "_resolution": {
    "type": "version",
    "tag": "0.4.0",
    "commit": "cc1a4be15a5ed3726a121a5fce75a561ddca5e1d"
  },
  "_source": "git://github.com/knsv/mermaid.git",
  "_target": "~0.4.0",
  "_originalSource": "mermaid"
}