grunt-jsduck
Version:
Compile JSDuck documentation.
39 lines (38 loc) • 826 B
JSON
{
"name": "grunt-jsduck",
"description": "Compile JSDuck documentation.",
"version": "1.0.1",
"homepage": "https://github.com/dpashkevich/grunt-jsduck",
"author": {
"name": "Dmitry Pashkevich",
"url": "https://plus.google.com/114971660842945305989"
},
"repository": {
"type": "git",
"url": "git://github.com/dpashkevich/grunt-jsduck.git"
},
"bugs": {
"url": "https://github.com/dpashkevich/grunt-jsduck/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dpashkevich/grunt-jsduck/blob/master/LICENSE-MIT"
}
],
"main": "tasks/jsduck.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"dargs": "~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"jsduck",
"docs"
]
}