{
  "name": "gulp-flow",
  "version": "2.0.1",
  "description": "gulp-flow helps to organize and re-use a collection of tasks.",
  "main": "./src/index.js",
  "keywords": [
    "gulp",
    "gulpfriendly",
    "workflow",
    "task",
    "plugin",
    "bundle"
  ],
  "homepage": "https://github.com/gulp-flow/gulp-flow",
  "author": {
    "name": "Nicolas Tallefourtane",
    "url": "https://nicolab.net"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:gulp-flow/gulp-flow.git"
  },
  "bugs": "https://github.com/gulp-flow/gulp-flow/issues",
  "dependencies": {
    "del": "4",
    "envlist": "^1.2.0",
    "event-stream": "^4",
    "gulp-concat": "^2.6.1",
    "gulp-hash-filename": "^2",
    "gulp-header": "^2",
    "gulp-if": "^2.0.2",
    "gulp-if-else": "^1.0.3",
    "gulp-newer": "^1.4.0",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-using": "^0.1.1",
    "lazypipe": "^1.0.2",
    "lodash": "4",
    "through2": "^3.0.1"
  },
  "devDependencies": {
    "gulp": ">= 4"
  },
  "engines": {
    "node": ">= 8"
  }
}
