version v0.0.9
This commit is contained in:
13
package.json
13
package.json
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"name": "nodePong.js",
|
||||
"version": "0.0.1",
|
||||
"name": "npg_app.js",
|
||||
"version": "0.0.9",
|
||||
"description": "Multiplayer online Pong Game using nodejs and socket.io",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
"server": "server",
|
||||
"client": "client",
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -20,5 +19,9 @@
|
||||
"author": "frtk@tetalab",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "",
|
||||
"fs": "",
|
||||
"http": "",
|
||||
"socket.io": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user