24 lines
461 B
JSON
24 lines
461 B
JSON
|
{
|
||
|
"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": {
|
||
|
}
|
||
|
}
|