zemd/gulp-tasks-load

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-tasks-load",
  "version": "1.0.0",
  "description": "Gulp task to load tasks from custom directory",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zemd/gulp-tasks-load.git"
  },
  "keywords": [
    "gulp",
    "load",
    "tasks"
  ],
  "author": "Dmitry Zelenetskiy <dmitry.zelenetskiy@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zemd/gulp-tasks-load/issues"
  },
  "homepage": "https://github.com/zemd/gulp-tasks-load#readme",
  "dependencies": {
    "globby": "10.0.1",
    "gulp": "4.0.2",
    "is-valid-glob": "1.0.0",
    "slash": "3.0.0"
  }
}