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.
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": {
|
|
|
|
"dockerode": "^3.0.2",
|
2021-11-22 16:30:54 +00:00
|
|
|
"fs-extra": "^8.1.0",
|
2020-01-27 16:25:39 +00:00
|
|
|
"handlebars": "^4.7.2",
|
2020-01-28 13:57:24 +00:00
|
|
|
"node-ssh": "^7.0.0",
|
2020-01-29 12:06:54 +00:00
|
|
|
"require-yaml": "0.0.1",
|
|
|
|
"sha.js": "^2.4.11"
|
2020-01-27 16:25:39 +00:00
|
|
|
}
|
|
|
|
}
|