aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: beeca602d88a9d5196f9f96afe67bd292991ceee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "nomicvote",
  "version": "0.0.1",
  "description": "Simple voting system for a couch game of Nomic",
  "author": "Adam Hovorka <adamhovorka@gmail.com>",
  "license": "MIT",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adamhovorka/nomicvote.git"
  },
  "private": true,
  "dependencies": {
    "ws": "^7.1.0"
  }
}