This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
docker-discover/package.json

19 lines
422 B
JSON

{
"name": "docker-discover",
"description": "Docker service autodiscovery",
"version": "1.0.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://gitea.verdnatura.es/verdnatura/docker-discover"
},
"dependencies": {
"dockerode": "^3.0.2",
"fs-extra": "^8.1.0",
"handlebars": "^4.7.2",
"node-ssh": "^7.0.0",
"require-yaml": "0.0.1",
"sha.js": "^2.4.11"
}
}