wingbase/package.json
2016-03-28 13:16:38 +01:00

30 lines
752 B
JSON

{
"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 <markusscully@gmail.com>",
"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"
}
}