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