web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
473 B

  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. }