798fad4ad2
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
767 B
JSON
30 lines
767 B
JSON
{
|
|
"name": "consulwatcher",
|
|
"version": "1.0.0",
|
|
"description": "Like Consul-template, but different. And written in Node.js.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "supervisor --watch .,lib index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MvRens/ConsulWatcher.git"
|
|
},
|
|
"author": "Mark van Renswoude",
|
|
"license": "Unlicense",
|
|
"bugs": {
|
|
"url": "https://github.com/MvRens/ConsulWatcher/issues"
|
|
},
|
|
"homepage": "https://github.com/MvRens/ConsulWatcher#readme",
|
|
"dependencies": {
|
|
"consul": "^0.37.0",
|
|
"debounce": "^1.2.0",
|
|
"minimist": "^1.2.6",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"supervisor": "^0.12.0"
|
|
}
|
|
}
|