component.json 473 B

123456789101112131415161718192021222324
  1. {
  2. "name": "tryer",
  3. "version": "1.0.1",
  4. "description": "Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.",
  5. "repo": "philbooth/tryer",
  6. "license": "MIT",
  7. "main": "src/tryer.js",
  8. "keywords": [
  9. "repeat",
  10. "retry",
  11. "predicate",
  12. "conditional",
  13. "invocation",
  14. "execution",
  15. "loop",
  16. "condition",
  17. "termination",
  18. "exponential",
  19. "backoff"
  20. ],
  21. "scripts": [
  22. "src/tryer.js"
  23. ]
  24. }