mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
37 lines
882 B
JSON
Executable file
37 lines
882 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": "= 2.0.3",
|
|
"node-static": ">= 0.6.0",
|
|
"requirejs": "= 2.0.4",
|
|
"node-fork": ">= 0.4.2",
|
|
"screenfull": ">= 1.0.4",
|
|
"chart.js": "= 1.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engine": "node >= 0.8.4",
|
|
"config": {
|
|
"port": "1234"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"prestart": "scripts/build.sh"
|
|
}
|
|
}
|