{ "name": "connect_four.js", "version": "0.0.0", "description": "Connect Four game in the browser", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "connectfour", "game", "html5" ], "author": "Evert", "license": "MIT", "dependencies": { "express": "^4.15.2", "socketio": "^1.0.0" } }