85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"name": "grunt-jsdoc",
|
|
"description": "Integrates jsdoc3 generation into your Grunt build",
|
|
"version": "0.6.1",
|
|
"homepage": "https://github.com/krampstudio/grunt-jsdoc",
|
|
"author": {
|
|
"name": "Bertrand Chevrier",
|
|
"email": "chevrier.bertrand@gmail.com",
|
|
"url": "http://krampstudio.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Mikhail Diatchenko",
|
|
"email": "mikhail.diatchenko@gmail.com",
|
|
"url": "http://www.webgear.co.nz"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/krampstudio/grunt-jsdoc.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/krampstudio/grunt-jsdoc/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/krampstudio/grunt-jsdoc/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"main": "Gruntfile.js",
|
|
"bin": {
|
|
"grunt-jsdoc": "bin/grunt-jsdoc"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.3",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-nodeunit": "~0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"jsdoc": "~3.3.0-alpha9",
|
|
"ink-docstrap": "~0.4.12"
|
|
},
|
|
"peerDependencies": {
|
|
"grunt": "~0.4.0"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"grunt",
|
|
"documentation",
|
|
"doc",
|
|
"jsdoc",
|
|
"jsdoc3"
|
|
],
|
|
"gitHead": "fda5174fad8f1972a818e9f1fadedcad0af2703a",
|
|
"_id": "grunt-jsdoc@0.6.1",
|
|
"_shasum": "fe30b0c96813bcffb3d5a4e36f849a0c91bcb009",
|
|
"_from": "grunt-jsdoc@beta",
|
|
"_npmVersion": "2.1.2",
|
|
"_nodeVersion": "0.10.32",
|
|
"_npmUser": {
|
|
"name": "krampstudio",
|
|
"email": "chevrier.bertrand@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "krampstudio",
|
|
"email": "chevrier.bertrand@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "fe30b0c96813bcffb3d5a4e36f849a0c91bcb009",
|
|
"tarball": "http://registry.npmjs.org/grunt-jsdoc/-/grunt-jsdoc-0.6.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/grunt-jsdoc/-/grunt-jsdoc-0.6.1.tgz"
|
|
}
|