26 lines
621 B
JSON
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"
|
|
}
|
|
}
|