{
  "_args": [
    [
      "gulp-notify@2.2.0",
      "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp"
    ]
  ],
  "_development": true,
  "_from": "gulp-notify@2.2.0",
  "_id": "gulp-notify@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-BGyChcKS6X7tThWgCcJsu+XO8TU=",
  "_location": "/gulp-notify",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "isarray": "0.0.1",
    "string_decoder": "0.10.31",
    "xtend": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-notify@2.2.0",
    "name": "gulp-notify",
    "escapedName": "gulp-notify",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp",
  "author": {
    "name": "Mikael Brevik",
    "email": "mikaelbre@gmail.com",
    "url": "https://github.com/mikaelbr"
  },
  "bugs": {
    "url": "https://github.com/mikaelbr/gulp-notify/issues"
  },
  "dependencies": {
    "gulp-util": "^3.0.2",
    "lodash.template": "^3.0.0",
    "node-notifier": "^4.1.0",
    "node.extend": "^1.1.3",
    "through2": "^0.6.3"
  },
  "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",
  "devDependencies": {
    "gulp": "^3.8.10",
    "gulp-plumber": "^0.6.6",
    "mocha": "^2.1.0",
    "should": "^4.6.1"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "homepage": "https://github.com/mikaelbr/gulp-notify",
  "keywords": [
    "gulpplugin",
    "notify",
    "gulp",
    "notification",
    "reporter",
    "windows notification",
    "mac notification",
    "notify-send",
    "notify-osd",
    "growl"
  ],
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "main": "./index.js",
  "name": "gulp-notify",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikaelbr/gulp-notify.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "2.2.0"
}
