{
  "name": "gulp-exec",
  "description": "exec plugin for gulp",
  "version": "5.0.0",
  "homepage": "https://github.com/robrich/gulp-exec",
  "repository": "git://github.com/robrich/gulp-exec.git",
  "author": "Rob Richardson (https://robrich.org/)",
  "main": "./index.js",
  "keywords": [
    "gulpplugin",
    "exec"
  ],
  "dependencies": {
    "plugin-error": "^1.0.1",
    "through2": "^3.0.1"
  },
  "devDependencies": {
    "jshint": "^2.11.1",
    "mocha": "^8.0.0",
    "should": "^13.2.3",
    "vinyl": "^2.2.0"
  },
  "scripts": {
    "test": "mocha && jshint ."
  },
  "license": "MIT"
}
