{
  "name": "@more-markdown/tree-processor",
  "version": "0.0.8",
  "description": "Plugin for more-markdown to support rendering tree files.",
  "main": "lib/tree_processor.js",
  "dependencies": {
    "d3": "^3.5.6",
    "dagre-d3": "^0.4.10",
    "markdown-it": "^4.4.0",
    "node-uuid": "^1.4.3"
  },
  "devDependencies": {
    "browserify": "^11.0.1",
    "coffeeify": "^1.1.0",
    "gulp": "^3.9.0",
    "gulp-coffee": "^2.3.1",
    "gulp-util": "^3.0.6",
    "mocha": "^2.3.4",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "test": "node node_modules/gulp/bin/gulp.js && node_modules/mocha/bin/mocha",
    "prepublish": "node node_modules/gulp/bin/gulp.js && node_modules/mocha/bin/mocha"
  },
  "keywords": [
    "Markdown",
    "Tree",
    "GraphViz"
  ],
  "repository": "github:Welfenlab/tree-processor",
  "contributors": [
    "Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
    "Maik Marschner (https://github.com/leMaik)",
    "Tim Ebbeke (https://github.com/5cript)"
  ],
  "license": "MIT"
}
