nodePong/package.json

27 rader
512 B
JSON

{
"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": ""
}
}