{
  "name": "gulp-exec",
  "description": "exec plugin for gulp",
  "version": "3.0.2",
  "homepage": "https://github.com/robrich/gulp-exec",
  "repository": "git://github.com/robrich/gulp-exec.git",
  "author": "Rob Richardson (http://robrich.org/)",
  "main": "./index.js",
  "keywords": [
    "gulpplugin",
    "exec"
  ],
  "dependencies": {
    "lodash.template": "^4.4.0",
    "plugin-error": "^0.1.2",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "jshint": "^2.9.4",
    "mocha": "^4.1.0",
    "should": "^13.2.0",
    "vinyl": "^1.2.0"
  },
  "scripts": {
    "test": "mocha && jshint ."
  },
  "license": "MIT"
}
