-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
42
43
{
"name": "aggressio",
"version": "1.1.1",
"description": "Response Aggregating Multi-Target HTTP Proxy",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test/*.js --"
},
"bin": {
"aggressio": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmangani/aggressio.git"
},
"keywords": [
"aggregation",
"hashring",
"proxy",
"sharding",
"cluster"
],
"author": "Lorenzo Mangani <[email protected]> (http://qxip.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmangani/aggressio/issues"
},
"homepage": "https://github.com/lmangani/aggressio#readme",
"devDependencies": {
"assert": "^2.1.0",
"istanbul": "^0.4.5",
"lodash": "^4.17.20",
"mocha": "^10.2.0"
},
"dependencies": {
"hashring": "^3.2.0",
"json-merger": "git+https://github.com/lmangani/json-merger.git",
"node-fetch": "^3.1.1",
"theodore": "^1.2.0",
"turbo-http": "^0.3.0"
}
}