package.json 876 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "mississippi",
  3. "version": "3.0.0",
  4. "description": "a collection of useful streams",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "max ogden",
  10. "license": "BSD-2-Clause",
  11. "dependencies": {
  12. "concat-stream": "^1.5.0",
  13. "duplexify": "^3.4.2",
  14. "end-of-stream": "^1.1.0",
  15. "flush-write-stream": "^1.0.0",
  16. "from2": "^2.1.0",
  17. "parallel-transform": "^1.1.0",
  18. "pump": "^3.0.0",
  19. "pumpify": "^1.3.3",
  20. "stream-each": "^1.1.0",
  21. "through2": "^2.0.0"
  22. },
  23. "devDependencies": {},
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/maxogden/mississippi.git"
  27. },
  28. "engines": {
  29. "node": ">=4.0.0"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/maxogden/mississippi/issues"
  33. },
  34. "homepage": "https://github.com/maxogden/mississippi#readme"
  35. }