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
424 B
JSON
Raw Normal View History

2020-01-27 16:25:39 +00:00
{
"name": "docker-discover",
"description": "Docker service autodiscovery",
2021-11-22 14:45:49 +00:00
"version": "1.0.0",
2020-01-27 16:25:39 +00:00
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://gitea.verdnatura.es/verdnatura/docker-discover"
2020-01-28 13:57:24 +00:00
},
2020-01-27 16:25:39 +00:00
"dependencies": {
2023-12-21 18:46:46 +00:00
"dockerode": "^4.0.0",
"fs-extra": "^9.1.0",
"handlebars": "^4.7.8",
"node-ssh": "^13.1.0",
"require-yaml": "^0.0.1",
"sha.js": "^2.4.11"
2020-01-27 16:25:39 +00:00
}
}