package.json 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 { "name": "socketio", "version": "1.0.0", "private": true, "scripts": { "test": "node ./bin/www" }, "dependencies": { "express": "4.17.1", "socket.io": "2.3.0" } }