{ "name": "Paper-io", "version": "0.0.1", "description": "An multiplayer-IO type game (cloned from Paper-IO)", "main": "server.js", "scripts": { "start": "node server.js", "build": "browserify client.js | uglifyjs > public/bundle.js" }, "repository": { "type": "git", "url": "git+https://github.com/stevenjoezhang/paper.io.git" }, "keywords": [ "Paper-IO", "IO", "Game" ], "author": "theKidOfArcrania", "license": "MIT", "bugs": { "url": "https://github.com/stevenjoezhang/paper.io/issues" }, "homepage": "https://github.com/stevenjoezhang/paper.io", "dependencies": { "browserify": "^16.2.3", "express": "^4.16.4", "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", "uglify-es": "^3.3.9" } }