wingbase/package.json
2016-03-21 12:35:36 +00:00

22 lines
460 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": "ISC",
"dependencies": {
"box2dweb": "^2.1.0-b",
"colors": "^1.1.2",
"express": "^4.13.4",
"socket.io": "^1.4.5"
}
}