{ "name": "dumby_ui", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "start": "nodemon server.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.16.2", "socket.io": "^2.0.4", "socket.io-client": "^2.0.4" } }