wingbase/package.json
Asraelite bf8226481d add non-functioning explosions
I'm tired and box2d ray casting is stupid so this'll have to do for today
2016-03-25 00:54:15 +00:00

26 lines
621 B
JSON

{
"name": "starbugs",
"version": "0.0.1",
"description": "Game or something",
"main": "index.js",
"repository": {
"type": "git",
"url": "bitbucket:Asraelite/starbugs"
},
"private": true,
"scripts": {
"test": "node test.js"
},
"author": "Markus Scully <markusscully@gmail.com>",
"license": "UNLICENSED",
"dependencies": {
"box2d-html5": "^0.1.230",
"colors": "^1.1.2",
"express": "^4.13.4",
"poly-decomp": "git://github.com/schteppe/poly-decomp.js.git",
"recursive-readdir": "^1.3.0",
"socket.io": "^1.4.5",
"uglify-js": "^2.6.2",
"uuid": "^2.0.1"
}
}