xzdoc
Version:
Generate your documentation.
47 lines (46 loc) • 917 B
JSON
{
"name": "xzdoc",
"version": "0.0.6",
"description": "Generate your documentation.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"xzdoc": "bin/xzdoc",
"xzdoc-build": "bin/xzdoc-build",
"xzdoc-theme": "bin/xzdoc-theme"
},
"keywords": [
"documentation",
"dox"
],
"dependencies": {
"commander": "*",
"dox": "*",
"ejs": "*",
"marked": "*",
"mkdirp": "^0.5.0",
"ncp": "*"
},
"devDependencies": {
"expect.js": "*",
"mocha": "*"
},
"author": "Yggdrasill-7C9",
"contributors": [
"Yggdrasill <0x31f9f17@gmail.com> (https://github.com/Yggdrasill-7C9)"
],
"license": "MIT",
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/Yggdrasill-7C9/xzdoc.git"
},
"bugs": {
"url": "https://github.com/Yggdrasill-7C9/xzdoc/issues"
}
}