{ "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" } }