{
  "name": "js-comments-template",
  "description": "Default template used by js-comments and helper-apidocs for generating API docs.",
  "version": "0.7.4",
  "homepage": "https://github.com/jonschlinkert/js-comments-template",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/js-comments-template",
  "bugs": {
    "url": "https://github.com/jonschlinkert/js-comments-template/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "templates"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.11"
  },
  "keywords": [
    "api",
    "code",
    "comment",
    "comments",
    "docs",
    "document",
    "documentation",
    "javascript",
    "js",
    "markdown",
    "md",
    "parse",
    "readme",
    "repo",
    "template",
    "verb"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "esprima-extract-comments",
        "extract-comments",
        "gfm-code-blocks",
        "helper-apidocs",
        "js-comments",
        "parse-code-context",
        "parse-comments",
        "verb"
      ]
    },
    "live_examples": [
      "assemble",
      "base",
      "base-cli",
      "base-config",
      "base-options",
      "base-pipeline",
      "base-plugins",
      "base-store",
      "base-tasks",
      "boilerplate",
      "generate",
      "scaffold"
    ],
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "verb",
      "verb-generate-readme"
    ]
  }
}
