-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 781 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "loadbalance",
"version": "1.1.0",
"description": "loadbalance",
"license": "MIT",
"author": {
"name": "yaniv kessler",
"email": "yanivk@gmail.com",
"url": "blog.yanivkessler.com"
},
"scripts": {
"test": "mocha test/**/*.js",
"bench": "node benchmarks/runBench.js"
},
"dependencies": {
"debug": "^4.1.1",
"random-js": "^2.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
},
"keywords": [
"load",
"balance",
"balancer",
"loadbalance",
"loadbalancer",
"algorithms",
"algorithm",
"engine"
],
"repository": "kessler/node-loadbalance",
"bugs": "https://github.com/kessler/node-loadbalance/issues",
"homepage": "https://github.com/kessler/node-loadbalance"
}