grunt-readme
Version:
Grunt plugin for generating a README from templates, including an optional table of contents. No Gruntfile config is necessary, just choose a starter template and you'll be ready to go.
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "grunt-readme",
"description": "Grunt plugin for generating a README from templates, including an optional table of contents. No Gruntfile config is necessary, just choose a starter template and you'll be ready to go.",
"version": "0.3.1",
"homepage": "https://github.com/assemble/grunt-readme",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"contributors": [
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/grunt-readme/blob/master/LICENSE-MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/assemble/grunt-readme.git"
},
"bugs": {
"url": "https://github.com/assemble/grunt-readme/issues"
},
"main": "tasks/readme.js",
"dependencies": {
"acorn": "~0.3.1",
"assemble-yaml": "~0.2.1",
"glob-utils": "~0.1.0",
"lodash": "~2.3.0",
"marked-toc": "~0.1.0",
"node-name": "~0.1.3",
"resolve-dep": "~0.1.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0"
},
"keywords": [
"gruntplugin",
"grunt task",
"grunt",
"readme",
"generate",
"template"
]
}