{
  "name": "docdown",
  "version": "0.7.3",
  "description": "A simple JSDoc to Markdown documentation generator.",
  "license": "MIT",
  "main": "index.js",
  "bin": "bin/docdown",
  "keywords": "documentation, jsdoc, markdown",
  "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
  "contributors": [
    "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
    "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
    "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
  ],
  "repository": "jdalton/docdown",
  "dependencies": {
    "doctrine": "2.0.0",
    "lodash": "^4.17.5"
  },
  "scripts": {
    "doc": "node bin/docdown index.js doc/README.md style=github title=\"docdown <sup>v${npm_package_version}</sup>\" url=https://github.com/jdalton/docdown/blob/${npm_package_version}/index.js",
    "test": "true"
  },
  "files": [
    "index.js",
    "bin",
    "lib"
  ]
}
