-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 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
{
"name": "muchconf-consul-provider",
"version": "1.2.1",
"description": "Consul provider for muchconf",
"main": "index.js",
"homepage": "https://github.com/kmoskwiak/muchconf-consul-provider",
"repository": {
"type": "git",
"url": "https://github.com/kmoskwiak/muchconf-consul-provider"
},
"engines": {
"node": ">=8.11.0"
},
"bugs": {
"url": "https://github.com/kmoskwiak/muchconf-consul-provider/issues",
"email": "[email protected]"
},
"scripts": {
"test": "ava ./tests/*.spec.js ./tests/**/*.spec.js --verbose"
},
"keywords": [
"muchconf",
"muchconf-provider",
"consul"
],
"author": "Kasper Moskwiak <[email protected]> (https://kspr.pl)",
"license": "ISC",
"dependencies": {
"consul": "^0.34.0",
"muchconf": "^3.1.1"
},
"devDependencies": {
"ava": "^0.25.0",
"mock-require": "^3.0.3"
}
}