{
  "name": "markdown-toc-generator",
  "version": "1.0.9",
  "description": "A simple markdown table of contents generator",
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Gurenax/markdown-toc-generator"
  },
  "author": "Glenn Dimaliwat (https://glenndimaliwat.com)",
  "license": "MIT",
  "bin": {
    "markdown-toc-generator": "bin/start.js"
  },
  "dependencies": {},
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "jest": "^23.6.0"
  }
}
