package.json 894 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "vinyl-source-stream",
  3. "description": "Use conventional text streams at the start of your gulp or vinyl pipelines",
  4. "version": "2.0.0",
  5. "main": "index.js",
  6. "browser": "index.js",
  7. "dependencies": {
  8. "vinyl": "^2.1.0",
  9. "through2": "^2.0.3"
  10. },
  11. "devDependencies": {
  12. "gulp-rename": "~0.2.1",
  13. "tape": "~2.3.2",
  14. "vinyl-fs": "^3.0.0"
  15. },
  16. "scripts": {
  17. "test": "node test"
  18. },
  19. "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  20. "license": "MIT",
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/hughsk/vinyl-source-stream"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/hughsk/vinyl-source-stream/issues"
  27. },
  28. "homepage": "https://github.com/hughsk/vinyl-source-stream",
  29. "keywords": [
  30. "vinyl",
  31. "gulp",
  32. "gulpfriendly",
  33. "vanilla",
  34. "stream",
  35. "string",
  36. "text",
  37. "classic"
  38. ]
  39. }