-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "trooba-toobusy-handler",
"version": "1.0.0",
"description": "Trooba based handler that provides more consistent too busy functionality based on hystrixjs and toobusy-js functionality",
"main": "index.js",
"scripts": {
"test": "mocha test",
"test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --timeout 4s -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trooba/trooba-toobusy-handler.git"
},
"keywords": [
"toobusy",
"too-busy",
"trooba",
"hystrix",
"handler",
"pipeline",
"backpressure"
],
"author": "Dmytro Semenov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trooba/trooba-toobusy-handler/issues"
},
"homepage": "https://github.com/trooba/trooba-toobusy-handler#readme",
"dependencies": {
"hystrix-too-busy": "^0.2"
},
"devDependencies": {
"async": "^2.4.1",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"trooba": "^2.0.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}