{ "name": "multichain", "version": "1.0.0", "description": "Multiplayer chain reaction", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "chain", "reaction", "chainreaction", "multiplayer", "game", "server" ], "author": "Tom Smeding (http://tomsmeding.com)", "license": "MIT", "dependencies": { "express": "^4.13.3", "mkdirp": "^0.5.1", "socket.io": "^1.3.7" } }