version 0.0.1 - HTTP & SocketIo services on server
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "nodePong.js",
|
||||
"version": "0.0.1",
|
||||
"description": "Multiplayer online Pong Game using nodejs and socket.io",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.tetalab.org/frtk/nodePong"
|
||||
},
|
||||
"keywords": [
|
||||
"pong",
|
||||
"nodejs",
|
||||
"socketio",
|
||||
"multiplayer"
|
||||
],
|
||||
"author": "frtk@tetalab",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user