mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
moved Box2D to Vendor
This commit is contained in:
parent
a6058ce3d3
commit
2c9658012f
9 changed files with 10880 additions and 5 deletions
12
package.json
12
package.json
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue