UNPKG

537 BJSONView Raw
1{
2 "name": "bottleneck",
3 "main": "bottleneck.js",
4 "version": "2.17.0",
5 "homepage": "https://github.com/SGrondin/bottleneck",
6 "authors": [
7 "SGrondin <github@simongrondin.name>"
8 ],
9 "description": "Distributed task scheduler and rate limiter",
10 "moduleType": [
11 "globals",
12 "node"
13 ],
14 "keywords": [
15 "async",
16 "rate",
17 "limiter",
18 "limiting",
19 "throttle",
20 "throttling",
21 "load",
22 "ddos"
23 ],
24 "license": "MIT",
25 "ignore": [
26 "**/.*",
27 "node_modules",
28 "bower_components"
29 ]
30}