wingbase/package.json
2016-03-29 13:45:23 +01:00

33 lines
825 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",
"commander": "^2.9.0",
"escape-html": "^1.0.3",
"express": "^4.13.4",
"jade": "^1.11.0",
"nib": "^1.1.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",
"stylus": "^0.54.2",
"uglify-js": "^2.6.2",
"uuid": "^2.0.1"
}
}