nodePong/package.json

27 lines
512 B
JSON
Raw Normal View History

{
2016-02-13 14:49:19 +01:00
"name": "npg_app.js",
2016-02-25 23:35:06 +01:00
"version": "0.2.2",
"description": "Multiplayer online Pong Game using nodejs and socket.io",
"directories": {
2016-02-13 14:49:19 +01:00
"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": {
2016-02-13 14:49:19 +01:00
"express": "",
"fs": "",
"http": "",
"socket.io": ""
}
}