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.
61 lines (60 loc) • 1.57 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.4.5",
"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.4.2",
"assemble-yaml": "~0.2.1",
"async": "~0.2.9",
"frep": "~0.1.2",
"glob-utils": "~0.1.0",
"lodash": "~2.4.0",
"marked": "~0.2.10",
"marked-toc": "~0.1.1",
"node-name": "~0.1.3",
"resolve-dep": "~0.1.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-repos": "~0.1.1"
},
"keywords": [
"gruntplugin",
"grunt task",
"grunt",
"readme",
"generate",
"template"
]
}