aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c66f22a9a1dc534db2721ba9496569a589ac99d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "pongmp",
  "version": "0.1.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Tom Smeding <tom.smeding@gmail.com> (https://tomsmeding.com)",
  "license": "MIT",
  "dependencies": {
    "express": "^4.16.3",
    "socket.io": "^2.1.1"
  }
}