{
  "name": "gulp-notify-candy",
  "version": "4.0.1",
  "description": "fork for gulp-notify / gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging",
  "keywords": [
    "gulpplugin",
    "notify",
    "gulp",
    "notification",
    "reporter",
    "windows notification",
    "mac notification",
    "notify-send",
    "notify-osd",
    "growl"
  ],
  "homepage": "https://github.com/mikaelbr/gulp-notify",
  "bugs": "https://github.com/mikaelbr/gulp-notify/issues",
  "author": "Roman Kurushin <it@qork.ru> (https://qork.ru/)",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikaelbr/gulp-notify.git"
  },
  "scripts": {
    "test": "mocha -R spec",
    "gulp": "gulp --gulpfile ./examples/gulpfile.js"
  },
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "fancy-log": "^1.3.3",
    "lodash.template": "^4.5.0",
    "node-notifier": "^9.0.1",
    "node.extend": "^2.0.2",
    "plugin-error": "^1.0.1",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-plumber": "^1.2.1",
    "mocha": "^8.3.2",
    "should": "^13.2.3",
    "vinyl": "^2.2.1"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "license": "MIT"
}
