{
  "tags": {
    "allowUnknownTags": {
      "category": true
    }
  },
  "source": {
    "include": ["./lib/", "./README.md"],
    "includePattern": ".+\\.js(doc)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  },
  "opts": {
    "template": "./node_modules/better-docs",
    "destination": "./docs/"
  },
  "plugins": [
    "plugins/markdown",
    "node_modules/better-docs/category",
    "../../node_modules/jsdoc-stability-tag"
  ],
  "templates": {
    "search": true,
    "systemName": "Couchbase Node.js SDK",
    "copyright": "Copyright 2010-2013 Couchbase, Inc.",
    "theme": "lumen"
  }
}
