{
  "name": "mdgraphextract",
  "version": "0.3.1",
  "description": "extracting graph information from a markdown file",
  "readme": "README.md",
  "repository": "mastersign/mdgraphextract",
  "main": "./src/index.js",
  "files": [
    "src"
  ],
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "markdown",
    "graph",
    "dot",
    "graphviz",
    "gulpplugin"
  ],
  "author": {
    "name": "Tobias Kiertscher",
    "email": "dev@mastersign.de",
    "url": "http://www.mastersign.de"
  },
  "bugs": {
    "url": "https://github.com/mastersign/mdgraphextract/issues",
    "email": "dev@mastersign.de"
  },
  "homepage": "https://github.com/mastersign/mdgraphextract#readme",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.21",
    "mdheadline": "^0.3.1",
    "split-stream": "^0.2.0",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "glob": "^7.1.7",
    "mocha": "^8.4.0",
    "streamifier": "^0.1.0",
    "vinyl": "^2.2.1"
  }
}
