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.

11 lines
257 B

7 years ago
  1. {
  2. "name": "backo",
  3. "repo": "segmentio/backo",
  4. "dependencies": {},
  5. "version": "1.0.1",
  6. "description": "simple backoff without the weird abstractions",
  7. "keywords": ["backoff"],
  8. "license": "MIT",
  9. "scripts": ["index.js"],
  10. "main": "index.js"
  11. }