Servicedock: Webgui for Docker Swarm. Manage Docker Swarm a a Service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
431 B

{
"name": "ServiceDock",
"version": "2.5.0",
"private": true,
"scripts": {
"start": "./bin/www"
},
"dependencies": {
"body-parser": "*",
"cookie-parser": "*",
"debug": "*",
"docker.js": "^2.0.0",
"dockerode": "^2.5.7",
"express": "*",
"jquery": "^3.1.1",
"morgan": "*",
"pug": "*",
"socket.io": "*",
"static-favicon": "*",
"stylus": "*",
"viz.js": "^1.4.1"
}
}