package.json 655 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "file-stream-rotator",
  3. "version": "0.6.1",
  4. "description": "Automated stream rotation useful for log files",
  5. "main": "FileStreamRotator.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/rogerc/file-stream-rotator.git"
  12. },
  13. "keywords": [
  14. "stream",
  15. "express",
  16. "restify",
  17. "connect",
  18. "rotate",
  19. "file",
  20. "minute",
  21. "hourly",
  22. "daily",
  23. "logrotate"
  24. ],
  25. "author": "Roger Castells",
  26. "license": "MIT",
  27. "dependencies": {
  28. "moment": "^2.29.1"
  29. }
  30. }