consul-conf
Version:
36 lines (35 loc) • 926 B
JSON
{
"name": "consul-conf",
"version": "0.0.6",
"description": "Innoplexus",
"main": "./lib/conf.js",
"dependencies": {
"consul": "^0.28.0"
},
"devDependencies": {},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.innoplexus.de/"
},
"keywords": [
"Consul-conf",
"Consul",
"KV Store",
"Microservices",
"Configuration"
],
"author": "shrikant aher <shrikant.aher@innoplexus.com> (http://innoplexus.com)",
"license": [
{
"type": "MIT",
"url": "https://gitlab.innoplexus.de/Innoplexus-Consulting-Services/iplexus_microservices/blob/node-conf/LICENSE"
}
],
"bugs": {
"url": "https://gitlab.innoplexus.de/Innoplexus-Consulting-Services/iplexus_microservices/issues"
},
"homepage": "https://gitlab.innoplexus.de/Innoplexus-Consulting-Services/iplexus_microservices/blob/node-conf/README.rst"
}