UNPKG

gulp-error-notifier

Version:

Notify about errors from gulp plugins and streams

45 lines (44 loc) 989 B
{ "name": "gulp-error-notifier", "version": "1.1.0", "description": "Notify about errors from gulp plugins and streams", "repository": "feradjs/gulp-error-notifier", "bugs": { "url": "https://github.com/feradjs/gulp-error-notifier/issues" }, "homepage": "https://github.com/feradjs/gulp-error-notifier", "author": { "name": "Taras Serdyuk", "email": "taras@techburg.io", "url": "https://techburg.io" }, "license": "MIT", "keywords": [ "gulp", "gulpplugin", "gulp-plugin", "error", "notify", "notification", "plumber" ], "main": "dist/index.js", "scripts": { "compile": "babel -w src -d dist", "prepublish": "rm -rf dist && babel src -d dist" }, "babel": { "presets": [ "es2015" ] }, "dependencies": { "gulp-plumber": "^1.0.1", "gulp-util": "^3.0.7", "node-notifier": "^4.4.0" }, "devDependencies": { "babel-cli": "^6.3.15", "babel-preset-es2015": "^6.3.13" } }