{
  "name": "gulp-replace",
  "version": "0.5.4",
  "description": "A string replace plugin for gulp",
  "dependencies": {
    "istextorbinary": "1.0.2",
    "readable-stream": "^2.0.1",
    "replacestream": "^4.0.0"
  },
  "devDependencies": {
    "concat-stream": "^1.5.0",
    "mocha": "^2.1.0",
    "should": "^7.0.1",
    "vinyl": "^0.5.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lazd/gulp-replace.git"
  },
  "keywords": [
    "gulpplugin",
    "replace"
  ],
  "author": "Larry Davis <lazdnet@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lazd/gulp-replace/issues"
  },
  "engines": {
    "node": ">=0.10"
  }
}
