verb
Version:
Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.
81 lines • 2.05 kB
JSON
{
"context": {
"name": "Brian Woodward",
"description": "Markdown documentation generator. Build docs from markdown, Lo-Dash templates, includes, and YAML front matter.",
"version": "0.1.0",
"homepage": "https://github.com/assemble/verb",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"authors": [
{
"name": "Jon Schlinkert",
"email": "",
"url": "https://github.com/jonschlinkert"
},
{
"name": "Brian Woodward",
"email": "",
"url": "https://github.com/doowb"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/verb/blob/master/LICENSE-MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/assemble/verb.git"
},
"bugs": {
"url": "https://github.com/assemble/verb/issues"
},
"main": "index.js",
"dependencies": {
"chalk": "~0.4.0",
"commander": "~2.1.0",
"config-file": "~0.1.3",
"cwd": "~0.2.2",
"delims": "~0.1.2",
"findup-sync": "~0.1.2",
"frep": "~0.1.3",
"fs-utils": "~0.3.6",
"globule": "~0.2.0",
"gray-matter": "~0.2.3",
"lodash": "~2.4.1",
"marked": "~0.3.1",
"marked-extras": "~0.2.0",
"marked-toc": "~0.2.1",
"minimatch": "~0.2.14",
"readme-badges": "~0.1.2",
"readme-boilerplates": "~0.1.2",
"readme-contrib": "~0.1.2",
"readme-templates": "~0.1.2",
"relative": "~0.1.0",
"remote-origin-url": "~0.2.1",
"scrawl": "0.0.5",
"strip-banner": "~0.1.1",
"template": "~0.1.3"
},
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1"
},
"keywords": [
"docs",
"documentation",
"docs generator",
"generator",
"doc"
],
"bar": "bar",
"baz": "baz",
"foo": "foo",
"data": "test/fixtures/data/*.json"
},
"content": "Brian Woodward",
"original": "{%= name %}"
}