UNPKG

spawn-rx

Version:

An Rx-version of child_process.spawn

24 lines (23 loc) 609 B
{ "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 }