package.json 721 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "gulp-replace",
  3. "version": "1.0.0",
  4. "description": "A string replace plugin for gulp",
  5. "dependencies": {
  6. "istextorbinary": "2.2.1",
  7. "readable-stream": "^2.0.1",
  8. "replacestream": "^4.0.0"
  9. },
  10. "devDependencies": {
  11. "concat-stream": "^1.5.2",
  12. "mocha": "^5.1.1",
  13. "should": "^13.2.1",
  14. "vinyl": "^2.1.0"
  15. },
  16. "scripts": {
  17. "test": "mocha"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/lazd/gulp-replace.git"
  22. },
  23. "keywords": [
  24. "gulpplugin",
  25. "replace"
  26. ],
  27. "author": "Larry Davis <lazdnet@gmail.com>",
  28. "license": "MIT",
  29. "bugs": {
  30. "url": "https://github.com/lazd/gulp-replace/issues"
  31. },
  32. "engines": {
  33. "node": ">=0.10"
  34. }
  35. }