{ "name": "wingbase", "version": "0.0.1", "description": "2D multiplayer space arcade game", "main": "index.js", "repository": { "type": "git", "url": "bitbucket:Asraelite/wingbase" }, "private": true, "scripts": { "start": "node index.js", "test": "node test.js" }, "author": "Markus Scully ", "license": "UNLICENSED", "dependencies": { "box2d-html5": "^0.1.230", "colors": "^1.1.2", "escape-html": "^1.0.3", "express": "^4.13.4", "jade": "^1.11.0", "poly-decomp": "git://github.com/schteppe/poly-decomp.js.git", "recursive-readdir": "^1.3.0", "socket.io": "^1.4.5", "socket.io-client": "^1.4.5", "uglify-js": "^2.6.2", "uuid": "^2.0.1" } }