2020-07-03 05:07:40 +00:00
|
|
|
{
|
|
|
|
"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",
|
2020-07-07 09:03:36 +00:00
|
|
|
"minimist": "^1.2.5",
|
2020-07-03 05:07:40 +00:00
|
|
|
"winston": "^3.3.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"supervisor": "^0.12.0"
|
|
|
|
}
|
|
|
|
}
|