gulp-help-four
Version:
Temporary gulp help module for gulp 4.0 while task descriptions are still pending
36 lines (35 loc) • 866 B
JSON
{
"name": "gulp-help-four",
"version": "0.2.3",
"description": "Temporary gulp help module for gulp 4.0 while task descriptions are still pending",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/adviceinteractivegroup/gulp-help-four.git"
},
"keywords": [
"gulp",
"help",
"tasks",
"list",
"gulpfriendly"
],
"author": "Joshwa Fugett <jfugett27@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adviceinteractivegroup/gulp-help-four/issues"
},
"homepage": "https://github.com/adviceinteractivegroup/gulp-help-four",
"devDependencies": {
"gulp": "git://github.com/gulpjs/gulp#4.0",
"mocha": "^2.1.0",
"unit.js": "^1.1.3"
},
"dependencies": {
"chalk": "^1.0.0",
"cli-table": "^0.3.1"
}
}