UNPKG

postman-runtime

Version:

Underlying library of executing Postman Collections (used by Newman)

41 lines (35 loc) 696 B
{ "tags": { "allowUnknownTags": true, "dictionaries": ["jsdoc", "closure"] }, "source": { "include": [ ], "includePattern": ".+\\.js(doc)?$", "excludePattern": "(^|\\/|\\\\)_" }, "plugins": [ "plugins/markdown" ], "templates": { "cleverLinks": false, "monospaceLinks": false, "highlightTutorialCode" : true, "default": { "staticFiles": { "include": ["./docs/img"] } } }, "opts": { "template": "./node_modules/postman-jsdoc-theme", "encoding": "utf8", "destination": "./out/docs", "recurse": true, "readme": "README.md" }, "markdown": { "parser": "gfm", "hardwrap": false } }