-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
44
45
46
{
"name": "sarathi",
"version": "0.0.10",
"description": "Service discovery aware, declarative rest client with client side load balancing",
"main": "index.js",
"scripts": {
"test": "gulp test",
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikhilw/sarathi.git"
},
"keywords": [
"service discovery",
"load balancer",
"rest client",
"microservice",
"feign",
"ribbon"
],
"author": "nikhilw",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikhilw/sarathi/issues"
},
"homepage": "https://github.com/nikhilw/sarathi#readme",
"dependencies": {
"consul": "~0.27.0",
"lodash": "~4.17.4",
"promise": "~7.1.1",
"request": "~2.81.0",
"sarathi-discovery-strategy": "0.0.1",
"string-format": "~0.5.0"
},
"devDependencies": {
"chai": "~3.5.0",
"coveralls": "~2.11.15",
"gulp": "~3.9.1",
"gulp-istanbul": "~1.1.1",
"gulp-mocha": "~3.0.1",
"mocha": "~3.2.0",
"proxyquire": "~1.7.11",
"sinon": "~1.17.7"
}
}