{
  "name": "toctoc",
  "version": "0.4.0",
  "description": "Generates and maintain a table of contents of your README.md.",
  "main": "index.js",
  "scripts": {
    "update-toc": "node ./bin/toctoc README.md -w",
    "prepublish": "npm run update-toc",
    "test": "exit 0"
  },
  "bin": {
    "toctoc": "bin/toctoc.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n1k0/toctoc.git"
  },
  "keywords": [
    "toc",
    "markdown",
    "github",
    "readme"
  ],
  "author": "Nicolas Perriault <nicolas@perriault.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/n1k0/toctoc/issues"
  },
  "homepage": "https://github.com/n1k0/toctoc#readme",
  "dependencies": {
    "glob": "^7.1.2",
    "is-glob": "^4.0.0",
    "marked": "^0.3.9",
    "yargs": "^4.3.1"
  }
}
