2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name" : "gulp-notify" ,
"version" : "3.2.0" ,
"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" ,
"keywords" : [
"gulpplugin" ,
"notify" ,
"gulp" ,
"notification" ,
"reporter" ,
"windows notification" ,
"mac notification" ,
"notify-send" ,
"notify-osd" ,
"growl"
2022-02-23 16:41:13 +00:00
] ,
2022-04-08 10:55:35 +00:00
"homepage" : "https://github.com/mikaelbr/gulp-notify" ,
"bugs" : "https://github.com/mikaelbr/gulp-notify/issues" ,
2022-01-21 08:28:41 +00:00
"author" : {
"name" : "Mikael Brevik" ,
"email" : "mikaelbre@gmail.com" ,
"url" : "https://github.com/mikaelbr"
} ,
2022-04-08 10:55:35 +00:00
"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"
2022-01-21 08:28:41 +00:00
} ,
"dependencies" : {
"ansi-colors" : "^1.0.1" ,
"fancy-log" : "^1.3.2" ,
"lodash.template" : "^4.4.0" ,
"node-notifier" : "^5.2.1" ,
"node.extend" : "^2.0.0" ,
"plugin-error" : "^0.1.2" ,
"through2" : "^2.0.3"
} ,
"devDependencies" : {
"gulp" : "^3.9.1" ,
"gulp-plumber" : "^1.2.0" ,
"mocha" : "^4.1.0" ,
"should" : "^13.2.1" ,
"vinyl" : "^2.1.0"
} ,
"engines" : {
"node" : ">=0.8.0" ,
"npm" : ">=1.2.10"
} ,
2022-04-08 10:55:35 +00:00
"license" : "MIT"
2022-01-21 08:28:41 +00:00
}