grunt-beautiful-docs
Version:
Generate beautiful markdown-based documentation using Grunt
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "grunt-beautiful-docs",
"description": "Generate beautiful markdown-based documentation using Grunt",
"version": "0.1.1",
"homepage": "https://github.com/h2non/grunt-beautiful-docs",
"author": {
"name": "Tomas Aparicio",
"url": "https://github.com/h2non"
},
"repository": {
"type": "git",
"url": "git://github.com/h2non/grunt-beautiful-docs.git"
},
"bugs": {
"url": "https://github.com/h2non/grunt-beautiful-docs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/h2non/grunt-beautiful-docs/blob/master/LICENSE"
}
],
"main": "tasks/bfdocs.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"beautiful-docs": "~1.0.3",
"mkdirp": "~0.5.0"
},
"devDependencies": {
"grunt-coffeelint": "~0.0.6",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-release": "~0.6.0"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin",
"beautiful",
"documentation",
"beautiful-docs",
"markdown",
"generator",
"docs",
"md"
]
}