UNPKG

1.36 kBJSONView Raw
1{
2 "name": "gulp-notify",
3 "version": "3.1.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": "^1.0.1",
35 "fancy-log": "^1.3.2",
36 "lodash.template": "^4.4.0",
37 "node-notifier": "^5.0.1",
38 "node.extend": "^1.1.6",
39 "plugin-error": "^0.1.2",
40 "through2": "^2.0.3"
41 },
42 "devDependencies": {
43 "gulp": "^3.8.10",
44 "gulp-plumber": "^1.1.0",
45 "mocha": "^3.2.0",
46 "should": "^11.2.0",
47 "vinyl": "^2.1.0"
48 },
49 "engines": {
50 "node": ">=0.8.0",
51 "npm": ">=1.2.10"
52 },
53 "license": "MIT"
54}