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.
 
 
 
 
 

21 lines
376 B

{
"name": "ServiceDock",
"version": "2.1.0",
"private": true,
"scripts": {
"start": "./bin/www"
},
"dependencies": {
"body-parser": "*",
"cookie-parser": "*",
"debug": "*",
"docker.js": ">=1.2.0",
"express": "*",
"morgan": "*",
"pty.js": "*",
"pug": "*",
"socket.io": "*",
"static-favicon": "*",
"stylus": "*"
}
}