gulp-mochadoc
Version:
Gulp module for running mochadoc in your build process
34 lines (33 loc) • 739 B
JSON
{
"name": "gulp-mochadoc",
"version": "1.0.1",
"description": "Gulp module for running mochadoc in your build process",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmstead/gulp-mochadoc.git"
},
"keywords": [
"gulp",
"mochadoc",
"documentation",
"api",
"mocha",
"testing"
],
"author": "Chris Stead",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/cmstead/gulp-mochadoc/issues"
},
"homepage": "https://github.com/cmstead/gulp-mochadoc#readme",
"dependencies": {
"mochadoc-runner": "^1.0.1"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}