{
    "opts": {
        "template": "./node_modules/ink-docstrap/template",
        "readme": "README.md",
        "encoding": "utf8",
        "destination": "./docs",
        "recurse": true
    },
    "source": {
        "include": ".",
        "includePattern": "\\.js$",
        "excludePattern": "node_modules"
    },
    "templates": {
        "systemName": "COSE to JWK",
        "copyright": "Copyright 2018, Adam Powers",
        "linenums": true,
        "theme": "cerulean"
    },
    "plugins": [
        "plugins/markdown"
    ]
}
