summaryrefslogtreecommitdiff
path: root/src/2b2w/package.json
blob: bb05d8a3d2d2227a45312a6c1ac59487c4b7e070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "2bored2wait",
  "version": "1.0.0",
  "description": "A proxy to wait out 2b2t.org's way too long queue.",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GisliNielsen/2bored2wait.git"
  },
  "author": "",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/GisliNielsen/2bored2wait/issues"
  },
  "homepage": "https://github.com/GisliNielsen/2bored2wait#readme",
  "dependencies": {
    "minecraft-protocol": "^1.8.3",
    "opn": "^6.0.0"
  }
}