verb
Version:
Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.
90 lines (89 loc) • 2.02 kB
JSON
{
"name": "verb",
"description": "Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.",
"version": "0.1.2",
"homepage": "https://github.com/assemble/verb",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/assemble/verb.git"
},
"bugs": {
"url": "https://github.com/assemble/verb/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/verb/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"bin": {
"docs": "./bin/docs"
},
"dependencies": {
"async": "~0.2.10",
"chai": "~1.9.0",
"chalk": "~0.4.0",
"columnify": "~0.1.2",
"commander": "~2.1.0",
"config-file": "~0.1.5",
"cwd": "~0.2.2",
"delims": "~0.1.2",
"frep": "~0.1.6",
"fs-utils": "~0.3.6",
"globule": "~0.2.0",
"gray-matter": "~0.2.8",
"list-methods": "~0.2.5",
"lodash": "~2.4.1",
"marked": "~0.3.1",
"marked-extras": "~0.2.2",
"marked-toc": "~0.2.2",
"minimatch": "~0.2.14",
"moment": "~2.5.1",
"prompt": "~0.2.12",
"relative": "~0.1.2",
"remote-origin-url": "~0.2.1",
"repo-licenses": "~0.1.0",
"repo-templates": "~0.1.1",
"scrawl": "0.0.5",
"strip-banner": "~0.1.1",
"template": "~0.1.5",
"verb-contrib-templates": "0.0.1",
"verb-readme-badges": "0.0.1",
"verb-readme-includes": "0.0.1"
},
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1"
},
"keywords": [
"assemble",
"build",
"doc",
"docs generator",
"docs",
"documentation",
"generator",
"gh-pages",
"markdown docs",
"markdown",
"md docs",
"md",
"project docs",
"project documentation",
"readme generator",
"readme template",
"readme",
"repo docs",
"repo",
"repository",
"verb"
]
}