mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"author": "logsol <fartman@gmx.de>",
|
|
"name": "chuck.js",
|
|
"description": "Multiplayer browser jump and run game",
|
|
"version": "0.1.0",
|
|
"homepage": "http://chuck.fuuuuu.de/",
|
|
"repository": {
|
|
"url": "https://github.com/logsol/chuck.js"
|
|
},
|
|
"main": "",
|
|
"dependencies": {
|
|
"socket.io": ">= 0.9.6",
|
|
"node-static": ">= 0.6.0",
|
|
"requirejs": ">= 2.0.2"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|