package.json 2.88 KB
{
  "_args": [
    [
      {
        "escapedName": "gulp-notify",
        "name": "gulp-notify",
        "raw": "gulp-notify",
        "rawSpec": "",
        "scope": null,
        "spec": "latest",
        "type": "tag"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "gulp-notify@latest",
  "_id": "gulp-notify@3.0.0",
  "_inCache": true,
  "_location": "/gulp-notify",
  "_nodeVersion": "7.4.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/gulp-notify-3.0.0.tgz_1485549422227_0.34399373549968004"
  },
  "_npmUser": {
    "email": "mikaelbre@gmail.com",
    "name": "mikaelb"
  },
  "_npmVersion": "4.0.5",
  "_phantomChildren": {
    "lodash._reinterpolate": "3.0.0"
  },
  "_requested": {
    "escapedName": "gulp-notify",
    "name": "gulp-notify",
    "raw": "gulp-notify",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.0.0.tgz",
  "_shasum": "a04b8af9acdbe4e63c845678ce0c3d30694c59a3",
  "_shrinkwrap": null,
  "_spec": "gulp-notify",
  "_where": "/Users/admin/Documents/workspace/programming",
  "author": {
    "email": "mikaelbre@gmail.com",
    "name": "Mikael Brevik",
    "url": "https://github.com/mikaelbr"
  },
  "bugs": {
    "url": "https://github.com/mikaelbr/gulp-notify/issues"
  },
  "dependencies": {
    "gulp-util": "^3.0.8",
    "lodash.template": "^4.4.0",
    "node-notifier": "^5.0.1",
    "node.extend": "^1.1.6",
    "through2": "^2.0.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": "^1.1.0",
    "mocha": "^3.2.0",
    "should": "^11.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "a04b8af9acdbe4e63c845678ce0c3d30694c59a3",
    "tarball": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.0.0.tgz"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "gitHead": "658efc5d81ae0d5224a053100653d46000319373",
  "homepage": "https://github.com/mikaelbr/gulp-notify",
  "keywords": [
    "gulpplugin",
    "notify",
    "gulp",
    "notification",
    "reporter",
    "windows notification",
    "mac notification",
    "notify-send",
    "notify-osd",
    "growl"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "email": "mikaelbre@gmail.com",
      "name": "mikaelb"
    }
  ],
  "name": "gulp-notify",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikaelbr/gulp-notify.git"
  },
  "scripts": {
    "gulp": "gulp --gulpfile ./examples/gulpfile.js",
    "test": "mocha -R spec"
  },
  "version": "3.0.0"
}