aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: bc4c55bf47ab9fcceb1fdaf3f24ddbe700c29d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "rogue.js",
  "version": "1.0.0",
  "description": "Multiplayer roguelike game",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Matt Kohls",
  "license": "GPL-3.0-only",
  "dependencies": {
    "uuid": "^3.3.3",
    "ws": "^7.2.0"
  }
}