Sin descripción

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "gulp-util",
  3. "description": "Utility functions for gulp plugins",
  4. "version": "3.0.8",
  5. "repository": "gulpjs/gulp-util",
  6. "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
  7. "files": [
  8. "index.js",
  9. "lib"
  10. ],
  11. "dependencies": {
  12. "array-differ": "^1.0.0",
  13. "array-uniq": "^1.0.2",
  14. "beeper": "^1.0.0",
  15. "chalk": "^1.0.0",
  16. "dateformat": "^2.0.0",
  17. "fancy-log": "^1.1.0",
  18. "gulplog": "^1.0.0",
  19. "has-gulplog": "^0.1.0",
  20. "lodash._reescape": "^3.0.0",
  21. "lodash._reevaluate": "^3.0.0",
  22. "lodash._reinterpolate": "^3.0.0",
  23. "lodash.template": "^3.0.0",
  24. "minimist": "^1.1.0",
  25. "multipipe": "^0.1.2",
  26. "object-assign": "^3.0.0",
  27. "replace-ext": "0.0.1",
  28. "through2": "^2.0.0",
  29. "vinyl": "^0.5.0"
  30. },
  31. "devDependencies": {
  32. "buffer-equal": "^0.0.1",
  33. "coveralls": "^2.11.2",
  34. "event-stream": "^3.1.7",
  35. "istanbul": "^0.3.5",
  36. "istanbul-coveralls": "^1.0.1",
  37. "jshint": "^2.5.11",
  38. "lodash.templatesettings": "^3.0.0",
  39. "mocha": "^2.0.1",
  40. "rimraf": "^2.2.8",
  41. "should": "^7.0.1"
  42. },
  43. "scripts": {
  44. "test": "jshint *.js lib/*.js test/*.js && mocha",
  45. "coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls"
  46. },
  47. "engines": {
  48. "node": ">=0.10"
  49. },
  50. "license": "MIT"
  51. }