mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
32 lines
841 B
JSON
Executable file
32 lines
841 B
JSON
Executable file
{
|
|
"name": "chuck.js",
|
|
"author": "logsol <fartman@gmx.de>",
|
|
"contributors": ["Jeena Paradies <spam@jeenaparadies.net> (https://jeena.net)"],
|
|
"description": "Multiplayer browser jump and run game",
|
|
"version": "0.1.0",
|
|
"homepage": "http://chuck-game.tumblr.com/",
|
|
"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",
|
|
"node-static": ">= 0.6.0",
|
|
"requirejs": "= 2.0.4",
|
|
"node-fork": ">= 0.4.2",
|
|
"screenfull": ">= 1.0.4"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engine": "node >= 0.8.4",
|
|
"config": { "port": "1234" },
|
|
"private": true,
|
|
"scripts": {
|
|
"prestart": "scripts/build.sh"
|
|
}
|
|
}
|