vigour-doc
Version:
A collection of tools to help make great docs with minimal effort
65 lines (64 loc) • 1.69 kB
JSON
{
"name": "vigour-doc",
"version": "1.1.6",
"description": "A collection of tools to help make great docs with minimal effort",
"main": "lib/",
"bin": {
"vdoc": "./bin/vdoc"
},
"dependencies": {
"lodash.merge": "^4.3.2",
"lodash.template": "^4.2.2",
"lodash.trim": "^4.2.0",
"vigour-config": "^0.1.0",
"vigour-doc-badges": "^1.1.0",
"vigour-fs-promised": "^2.0.1",
"vigour-jsdoc2md": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"lodash.clonedeep": "^4.3.1",
"lodash.filter": "^4.2.1",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
},
"scripts": {
"test": "node test/index.js | tap-spec",
"cover": "istanbul cover --report none --print detail test/index.js",
"view-cover": "istanbul report html && open ./coverage/index.html",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigour-io/doc.git"
},
"keywords": [
"vigour",
"doc",
"docs",
"documentation",
"badges",
"jsdoc"
],
"author": "Vigour <dev@vigour.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/vigour-io/doc/issues"
},
"homepage": "https://github.com/vigour-io/doc#readme",
"contributors": [
"Shawn Inder <shawn@vigour.io"
],
"engines": {},
"vigour": {
"wd": {
"val": false,
"description": "Working directory. Where to look for `.md` files. Default to `cwd` (`process.cwd()`)"
},
"clean": {
"val": false,
"description": "Only cleans the content generated by vdoc"
}
}
}