wdocgenerator
Version:
Utility to generate documentation from jsdoc annotated source code
70 lines (69 loc) • 1.73 kB
JSON
{
"name": "wdocgenerator",
"version": "0.1.315",
"description": "Utility to generate documentation from jsdoc annotated source code",
"license": "MIT",
"author": "Kostiantyn Wandalen <wandalen@obox.systems>",
"contributors": [
{
"name": "Kostiantyn Wandalen",
"email": "wandalen@obox.systems"
},
{
"name": "Volodymyr M.",
"email": "volodymyr.migdal@gmail.com"
}
],
"main": "proto/node_modules/wdocgenerator",
"files": [
"proto/wtools/atop/docgen",
"out",
"proto/node_modules",
"proto/node_modules/Tools",
"proto/node_modules/wdocgenerator"
],
"bin": {
"wdoc": "proto/wtools/atop/docgen/Exec2"
},
"scripts": {
"test": "wtest .run 'proto/**' rapidity:-1",
"wdoc": "node proto/wtools/atop/docgen/Exec2",
"pack": "webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/wDocGenerator.git"
},
"bugs": {
"url": "https://github.com/Wandalen/wDocGenerator/issues"
},
"dependencies": {
"wTools": "latest",
"wtemplatetreeresolver": "latest",
"wtemplatetreeenvironment": "latest",
"wselectorextra": "latest",
"wselector": "latest",
"willbe": "latest",
"wFiles": "latest",
"wdocparser": "latest",
"wcommandsconfig": "latest",
"wcommandsaggregator": "latest",
"handlebars": "4.7.7"
},
"devDependencies": {
"wTesting": "latest",
"webpack-cli": "4.10.0",
"webpack": "5.74.0",
"find-process": "1.4.7",
"express": "4.18.1",
"eslint": "7.32.0",
"babel-polyfill": "6.26.0",
"babel-loader": "8.2.5"
},
"keywords": [
"wTools",
"Documentation",
"jsdoc",
"jsdoc2md"
]
}