nymag/gulp-folder-changed

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-folder-changed",
  "version": "1.2.2",
  "description": "Gulp plugin to pass through files if they've changed",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nymag/gulp-folder-changed.git"
  },
  "keywords": [
    "gulp"
  ],
  "author": "New York Media",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nymag/gulp-folder-changed/issues"
  },
  "homepage": "https://github.com/nymag/gulp-folder-changed",
  "dependencies": {
    "glob": "^6.0.1",
    "lodash": "^3.6.0"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^3.0.0",
    "mock-fs": "^3.5.0",
    "sinon": "^1.14.1",
    "vinyl-fs-mock": "^0.1.2",
    "vinyl-map": "^1.0.1"
  }
}