package.json 731 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "progress-stream",
  3. "version": "2.0.0",
  4. "description": "Read the progress of a stream",
  5. "repository": {
  6. "type": "git",
  7. "url": "git@github.com:freeall/progress-stream.git"
  8. },
  9. "keywords": [
  10. "stream",
  11. "progress",
  12. "percentage",
  13. "percent",
  14. "download",
  15. "upload",
  16. "file",
  17. "streaming",
  18. "request",
  19. "http"
  20. ],
  21. "main": "index.js",
  22. "dependencies": {
  23. "speedometer": "~1.0.0",
  24. "through2": "~2.0.3"
  25. },
  26. "devDependencies": {
  27. "request": "~2.29.0",
  28. "single-line-log": "~1.0.0",
  29. "numeral": "~1.5.2"
  30. },
  31. "scripts": {
  32. "test": "node test/http.js && node test/request.js"
  33. },
  34. "author": "freeall <freeall@gmail.com>",
  35. "license": "BSD-2-Clause"
  36. }