Un clone de Pong multijoueur écrit en NodeJS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "npg_app.js",
|
|
"version": "0.2.2",
|
|
"description": "Multiplayer online Pong Game using nodejs and socket.io",
|
|
"directories": {
|
|
"server": "server",
|
|
"client": "client",
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tetalab.org/frtk/nodePong"
|
|
},
|
|
"keywords": [
|
|
"pong",
|
|
"nodejs",
|
|
"socketio",
|
|
"multiplayer"
|
|
],
|
|
"author": "frtk@tetalab",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "",
|
|
"fs": "",
|
|
"http": "",
|
|
"socket.io": ""
|
|
}
|
|
}
|