27 lines
512 B
JSON
27 lines
512 B
JSON
{
|
|
"name": "npg_app.js",
|
|
"version": "0.0.9",
|
|
"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": ""
|
|
}
|
|
} |