-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 917 Bytes
/
package.json
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
37
38
39
40
41
{
"name": "turdus",
"version": "0.0.9",
"description": "weighted round robin client-side HTTP load balancing",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shinux/Turdus.git"
},
"keywords": [
"round-robin",
"load-balancing",
"ribbon"
],
"author": "Sinux",
"license": "MIT",
"bugs": {
"url": "https://github.com/shinux/Turdus/issues"
},
"homepage": "https://github.com/shinux/Turdus#readme",
"dependencies": {
"bluebird": "3.5.5",
"lodash": "4.17.19",
"request": "2.88.0"
},
"devDependencies": {
"eslint": "4.18.2",
"eslint-codeframe-formatter": "1.0.2",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-mocha-no-only": "0.0.5",
"eslint-plugin-unicorn": "3.0.1",
"mocha": "6.1.4",
"nock": "10.0.6"
},
"engines": {
"node": ">=8.9.0"
}
}