{
  "name": "marked-ast-markdown",
  "version": "2.1.0",
  "description": "Given a marked-ast AST generate markdown output",
  "main": "index.js",
  "scripts": {
    "test": "node test/all.js",
    "gendocs": "embellish README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/marked-ast-markdown.git"
  },
  "keywords": [
    "marked",
    "ast",
    "markdown"
  ],
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DamonOehlman/marked-ast-markdown/issues"
  },
  "homepage": "https://github.com/DamonOehlman/marked-ast-markdown",
  "devDependencies": {
    "async": "^3.2.0",
    "embellish-readme": "^1.3.2",
    "marked-ast": "^0.3.0",
    "tape": "^5.0.1"
  },
  "dependencies": {
    "entities": "^2.0.2",
    "whisk": "^1.0.0"
  },
  "stability": "unstable"
}
