{
  "name": "json2md",
  "version": "2.0.3",
  "description": "A JSON to Markdown converter.",
  "main": "lib/index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/json2md.git"
  },
  "keywords": [
    "json",
    "markdown",
    "converter",
    "generator"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "contributors": [
    "Crisoforo Gaspar <github@crisoforo.com>",
    "Dmitry Tsvettsikh <me@reklatsmasters.com>",
    "Daniel Bastos <danielbastos@live.com>",
    "Keith Chen <keith.chenzhun@yahoo.com>",
    "Cédric Delpoux <cedric.delpoux@gmail.com>",
    "Jan-Philipp Steghöfer <gh@splashstudio.com>",
    "Khalil Yao <945947732@qq.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/json2md/issues"
  },
  "homepage": "https://github.com/IonicaBizau/json2md#readme",
  "blah": {
    "h_img": "http://i.imgur.com/uj64JFw.png",
    "description": "If you're looking to use this on the client side, that's also possible. Check out the [`dist`](/dist) directory.",
    "usages": [
      "I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah)."
    ]
  },
  "dependencies": {
    "indento": "^1.1.13"
  },
  "devDependencies": {
    "tester": "^1.4.5"
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}