moved Box2D to Vendor

This commit is contained in:
Jeena Paradies 2012-07-12 22:40:27 +02:00
parent a6058ce3d3
commit 2c9658012f
9 changed files with 10880 additions and 5 deletions

View file

@ -1,12 +1,18 @@
{
"author": "logsol <fartman@gmx.de>",
"name": "chuck.js",
"author": "logsol <fartman@gmx.de>",
"contributors": ["Jeena Paradies <spam@jeenaparadies.net> (http://jeena.net)"],
"description": "Multiplayer browser jump and run game",
"version": "0.1.0",
"homepage": "http://chuck.fuuuuu.de/",
"repository": {
"type": "git",
"url": "https://github.com/logsol/chuck.js"
},
"bugs": {
"url": "https://github.com/logsol/chuck.js/issues",
"email": "fartman@gmx.de"
},
"main": "",
"dependencies": {
"socket.io": ">= 0.9.6",
@ -17,5 +23,7 @@
"optionalDependencies": {},
"engines": {
"node": "*"
}
},
"config": { "port": "1234" },
"private": true
}