{
  "name": "turbo-gulp",
  "version": "0.16.2-build.445",
  "description": "Gulp tasks to boost high-quality projects.",
  "author": "Charles Samborski <demurgos@demurgos.net> (https://demurgos.net)",
  "license": "MIT",
  "private": false,
  "main": "index",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/demurgos/turbo-gulp.git"
  },
  "homepage": "https://demurgos.github.io/turbo-gulp",
  "pre-commit": {
    "run": [
      "lint"
    ]
  },
  "nyc": {
    "include": [
      "build/test/lib/**/*.js",
      "build/test/lib/**/*.mjs"
    ],
    "reporter": [
      "text",
      "html"
    ]
  },
  "dependencies": {
    "@std/esm": "^0.20.0",
    "@types/del": "^3.0.0",
    "@types/fancy-log": "^1.3.0",
    "@types/fs-extra": "^5.0.0",
    "@types/gulp": "^4.0.5",
    "@types/gulp-pug": "^3.3.0",
    "@types/gulp-rename": "0.0.33",
    "@types/gulp-sourcemaps": "0.0.32",
    "@types/merge2": "^1.1.4",
    "@types/minimatch": "^3.0.1",
    "@types/orchestrator": "^0.3.1",
    "@types/semver": "^5.4.0",
    "@types/tmp": "0.0.33",
    "@types/vinyl": "^2.0.2",
    "async-done": "^1.2.3",
    "del": "^3.0.0",
    "fancy-log": "^1.3.2",
    "fs-extra": "^5.0.0",
    "gulp-mocha": "^5.0.0",
    "gulp-pug": "^3.3.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-tslint": "^8.1.2",
    "gulp-typedoc": "^2.2.0",
    "gulp-typescript": "^3.2.3",
    "incident": "^3.1.0",
    "json-loader": "^0.5.7",
    "merge2": "^1.2.0",
    "minimatch": "^3.0.4",
    "mocha": "^5.0.0",
    "nyc": "^11.3.0",
    "orchestrator": "^0.3.8",
    "plugin-error": "^1.0.0",
    "raw-loader": "^0.5.1",
    "semver": "^5.4.1",
    "tmp": "0.0.33",
    "tslint": "^5.8.0",
    "typedoc": "^0.11.0",
    "typedoc-plugin-external-module-name": "^1.0.10",
    "typescript": "^2.7.1",
    "vinyl": "^2.1.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^2.0.0",
    "webpack": "^3.8.1",
    "webpack-merge": "^4.1.1",
    "webpack-stream": "^4.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.0.2",
    "@types/chai-as-promised": "^7.1.0",
    "@types/gulp-sass": "0.0.31",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.3.0",
    "@types/npm": "^2.0.28",
    "@types/webpack": "^3.8.0",
    "@types/webpack-merge": "^4.1.0",
    "@types/webpack-stream": "^3.2.8",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.0.0",
    "codecov": "^3.0.0",
    "gulp": "^4.0.0",
    "gulp-cli": "^2.0.0",
    "minimist": "^1.2.0",
    "pre-commit": "^1.2.2",
    "ts-node": "^4.0.2",
    "turbo-gulp": "latest"
  },
  "@std/esm": {
    "esm": "cjs"
  },
  "gitHead": "71ed5584dca519ea67a625c82bb8734c36d3d6c9"
}