component.json (257B)
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 }