This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/inkstitch/electron/resources/app.asar.unpacked/node_modules/spawn-rx/esdoc.json
2020-08-30 12:36:33 +02:00

27 lines
617 B
JSON

{
"source": "./src",
"destination": "./docs",
"includes": ["\\.(js|es6)$"],
"excludes": ["\\.config\\.(js|es6)$"],
"access": ["public", "protected"],
"autoPrivate": true,
"unexportIdentifier": false,
"undocumentIdentifier": true,
"builtinExternal": true,
"index": "./README.md",
"package": "./package.json",
"coverage": true,
"includeSource": true,
"title": "electron-compilers",
"plugins": [
{"name": "esdoc-es7-plugin"},
{"name": "esdoc-plugin-async-to-sync"}
],
"test": {
"type": "mocha",
"source": "./test",
"includes": ["\\.(js|es6)$"]
},
"lint": true
}