aboutsummaryrefslogtreecommitdiff
path: root/examples/node/package.json
blob: 83f5cb79bbc91ec7d82f38c2f4a0e49a000295d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "nodeserver",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Quentin Dufour <quentin@deuxfleurs.fr>",
  "license": "AGPL-3.0-or-later",
  "dependencies": {
    "ws": "^8.6.0"
  }
}