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