UNPKG

768 BJSONView Raw
1{
2 "name": "patiently",
3 "version": "2.1.4",
4 "description": "API rate limit handler for (Node) JS. Make your API client patient. A legal way to wait for API rate limit resets.",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/mindactuate/patiently.git"
12 },
13 "keywords": [
14 "x-ratelimit",
15 "retryafter",
16 "rate limit",
17 "retry after",
18 "waiter",
19 "api call rate limit"
20 ],
21 "author": {
22 "name": "Daniel Gruner",
23 "company": "mindactuate",
24 "email": "dnlgrnr911@gmail.com"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/mindactuate/patiently/issues"
29 },
30 "homepage": "https://github.com/mindactuate/patiently#readme"
31}