-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 980 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
42
43
44
45
{
"name": "disconsulate",
"version": "1.8.0",
"description": "A tiny load-balancing service discovery tool for Consul.",
"main": "lib/index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "lab",
"lint": "prettier",
"test-cov": "lab -r lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobthemighty/disconsulate.git"
},
"keywords": [
"consul",
"service",
"discovery",
"round",
"robin"
],
"author": "Bob Gregory",
"license": "MIT",
"bugs": {
"url": "https://github.com/bobthemighty/disconsulate/issues"
},
"homepage": "https://github.com/bobthemighty/disconsulate#readme",
"dependencies": {
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"code": "^5.2.4",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"lab": "^18.0.0",
"prettier-eslint": "^8.8.2",
"zurvan": "^0.5.2"
},
"files": [
"lib/"
]
}