UNPKG

grunt-verb

Version:

Grunt plugin for Verb, the markdown documentation generator with zero-configuration required.

48 lines (47 loc) 1.04 kB
{ "name": "grunt-verb", "description": "Grunt plugin for Verb, the markdown documentation generator with zero-configuration required.", "version": "0.2.4", "homepage": "https://github.com/assemble/grunt-verb", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "https://github.com/assemble/grunt-verb.git" }, "bugs": { "url": "https://github.com/assemble/grunt-verb/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/assemble/grunt-verb/blob/master/LICENSE-MIT" } ], "main": "tasks/verb.js", "keywords": [ "docs", "documentation", "generate", "generator", "grunt", "gruntplugin", "markdown", "readme", "repo", "repository", "task", "verb" ], "devDependencies": { "grunt": "~0.4.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.8.0" }, "dependencies": { "lodash": "~2.4.1", "verb": "~0.2.3" } }