UNPKG

isatdatapro-microservices

Version:

A library for creating microservices to access Inmarsat's IsatData Pro satellite IoT system

29 lines 549 B
{ "plugins": [ "plugins/markdown" ], "tags": { "allowUnknownTags": true, "dictionaries": ["jsdoc", "closure"] }, "source": { "include": [ "./src" ], "includePattern": ".+\\.js(doc)?$", "excludePattern": "(^|\\/|\\\\)_" }, "linenums": false, "templates": { "cleverLinks": true, "monospaceLinks": false }, "opts": { "encoding": "utf8", "sort": false, "destination": "./docs", "recurse": true, "template": "./node_modules/jaguarjs-jsdoc", "readme": "README.md" } }