{
  "_args": [
    [
      "node-notifier@4.6.1",
      "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp"
    ]
  ],
  "_development": true,
  "_from": "node-notifier@4.6.1",
  "_id": "node-notifier@4.6.1",
  "_inBundle": false,
  "_integrity": "sha1-BW0UJE89zBzq3+aK+c/wxUc6M/M=",
  "_location": "/node-notifier",
  "_phantomChildren": {
    "lodash._baseclone": "3.3.0",
    "lodash._bindcallback": "3.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-notifier@4.6.1",
    "name": "node-notifier",
    "escapedName": "node-notifier",
    "rawSpec": "4.6.1",
    "saveSpec": null,
    "fetchSpec": "4.6.1"
  },
  "_requiredBy": [
    "/gulp-notify"
  ],
  "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
  "_spec": "4.6.1",
  "_where": "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp",
  "author": {
    "name": "Mikael Brevik"
  },
  "bin": {
    "notify": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/mikaelbr/node-notifier/issues"
  },
  "dependencies": {
    "cli-usage": "^0.1.1",
    "growly": "^1.2.0",
    "lodash.clonedeep": "^3.0.0",
    "minimist": "^1.1.1",
    "semver": "^5.1.0",
    "shellwords": "^0.1.0",
    "which": "^1.0.5"
  },
  "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
  "devDependencies": {
    "mocha": "^3.0.0",
    "should": "^4.0.4"
  },
  "directories": {
    "example": "example"
  },
  "homepage": "https://github.com/mikaelbr/node-notifier#readme",
  "keywords": [
    "notification center",
    "mac os x 10.8",
    "notify",
    "terminal-notifier",
    "notify-send",
    "growl",
    "windows 8 notification",
    "toaster",
    "notification"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "node-notifier",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "4.6.1"
}
