1 | {
|
2 | "name": "gulp-notify",
|
3 | "version": "5.0.0",
|
4 | "description": "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",
|
5 | "keywords": [
|
6 | "gulpplugin",
|
7 | "notify",
|
8 | "gulp",
|
9 | "notification",
|
10 | "reporter",
|
11 | "windows notification",
|
12 | "mac notification",
|
13 | "notify-send",
|
14 | "notify-osd",
|
15 | "growl"
|
16 | ],
|
17 | "homepage": "https://github.com/mikaelbr/gulp-notify",
|
18 | "bugs": "https://github.com/mikaelbr/gulp-notify/issues",
|
19 | "author": {
|
20 | "name": "Mikael Brevik",
|
21 | "email": "mikaelbre@gmail.com",
|
22 | "url": "https://github.com/mikaelbr"
|
23 | },
|
24 | "main": "./index.js",
|
25 | "repository": {
|
26 | "type": "git",
|
27 | "url": "git://github.com/mikaelbr/gulp-notify.git"
|
28 | },
|
29 | "scripts": {
|
30 | "test": "mocha -R spec",
|
31 | "gulp": "gulp --gulpfile ./examples/gulpfile.js"
|
32 | },
|
33 | "dependencies": {
|
34 | "ansi-colors": "^4.1.3",
|
35 | "fancy-log": "^2.0.0",
|
36 | "lodash": "^4.17.21",
|
37 | "node-notifier": "^10.0.1",
|
38 | "node.extend": "^2.0.3",
|
39 | "plugin-error": "^2.0.1",
|
40 | "through2": "^4.0.2"
|
41 | },
|
42 | "devDependencies": {
|
43 | "gulp": "^4.0.2",
|
44 | "gulp-plumber": "^1.2.1",
|
45 | "mocha": "^10.7.3",
|
46 | "should": "^13.2.3",
|
47 | "vinyl": "^3.0.0"
|
48 | },
|
49 | "engines": {
|
50 | "node": ">=18.0.0"
|
51 | },
|
52 | "license": "MIT"
|
53 | }
|