xzdoc
Version:
Generate your documentation.
42 lines (41 loc) • 803 B
JSON
{
"name": "xzdoc",
"version": "0.0.13",
"description": "Generate your documentation.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"xzdoc": "./bin/xzdoc",
"xzdoc-build": "./bin/xzdoc-build",
"xzdoc-list": "./bin/xzdoc-list",
"xzdoc-install": "./bin/xzdoc-install"
},
"keywords": [
"documentation",
"dox"
],
"dependencies": {
"dox": "*",
"commander": "*",
"marked": "*",
"ejs": "*",
"ncp": "*",
"mkdirp": "~0.3.5",
"unzip": "~0.1.9",
"win-spawn": "~2.0.0",
"progress": "~1.0.0"
},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"author": "Yggdrasill-7C9",
"license": "MIT",
"outputSourceFiles": false,
"copyright": "@朴灵",
"plugins" : {
"googleanlytics" : ""
}
}