34 lines
855 B
JSON
34 lines
855 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",
|
|
"nib": "^1.1.0",
|
|
"poly-decomp": "git://github.com/schteppe/poly-decomp.js.git",
|
|
"pug": "^2.0.0-beta3",
|
|
"recursive-readdir": "^1.3.0",
|
|
"socket.io": "^1.4.5",
|
|
"socket.io-client": "^1.4.5",
|
|
"stylus": "^0.54.2",
|
|
"traceur": "0.0.105",
|
|
"uglify-js": "^2.6.2",
|
|
"uuid": "^2.0.1"
|
|
}
|
|
}
|