{ "name": "ElectronNET.Host", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "detect-port": "^1.2.1", "electron": "^1.7.8", "socket.io": "^2.0.3" }, "devDependencies": { "@types/electron": "^1.6.10", "@types/socket.io": "^1.4.31" } }