{
  "name": "gulp-ccr-watch",
  "version": "0.1.1",
  "description": "Watch source files of specific tasks and their descendants and run corresponding task when a file changes. A cascading configurable gulp recipe for gulp-chef.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulp-cookery/gulp-ccr-watch.git"
  },
  "keywords": [
    "gulp",
    "gulp 4.0",
    "gulp-cookery",
    "gulp-chef",
    "gulp-ccr",
    "configurable-gulp-recipe",
    "configurable-gulp-recipes",
    "watch",
    "browser-sync",
    "reload",
    "task",
    "tasks",
    "gulp task",
    "gulp tasks",
    "gulp recipe",
    "gulp recipes",
    "cook",
    "cookbook",
    "plugin",
    "plugins",
    "recipe",
    "recipes",
    "cascading",
    "configurable",
    "configuration",
    "configurations"
  ],
  "author": "Amobiz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gulp-cookery/gulp-ccr-watch/issues"
  },
  "homepage": "https://github.com/gulp-cookery/gulp-ccr-watch#readme",
  "peerDependencies": {
    "gulp-chef": "^0.1.0"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "mocha-cases": "^0.1.4"
  },
  "dependencies": {
    "browser-sync": "^2.11.0",
    "gulp-ccr-config-helper": "^0.1.0",
    "gulplog": "^1.0.0"
  }
}
