Current File : //usr/lib/node_modules/gulp/package.json
{
  "_from": "gulp",
  "_id": "gulp@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=",
  "_location": "/gulp",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "gulp",
    "name": "gulp",
    "escapedName": "gulp",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz",
  "_shasum": "95766c601dade4a77ed3e7b2b6dc03881b596366",
  "_spec": "gulp",
  "_where": "/root",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bin": {
    "gulp": "./bin/gulp.js"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/gulp/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eric Schoffstall",
      "email": "yo@contra.io"
    },
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "dependencies": {
    "glob-watcher": "^5.0.0",
    "gulp-cli": "^2.0.0",
    "undertaker": "^1.0.0",
    "vinyl-fs": "^3.0.0"
  },
  "deprecated": false,
  "description": "The streaming build system.",
  "devDependencies": {
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.20.2",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^3.0.0",
    "rimraf": "^2.2.5"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "index.js",
    "bin"
  ],
  "homepage": "http://gulpjs.com",
  "keywords": [
    "build",
    "stream",
    "system",
    "make",
    "tool",
    "asset",
    "pipeline",
    "series",
    "parallel",
    "streaming"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/gulp.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js bin/ test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "4.0.0"
}