summaryrefslogtreecommitdiff
path: root/src/2b2w/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-19 06:40:16 -0700
committer8cy <[email protected]>2020-04-19 06:40:16 -0700
commited6e347bbcce356bde0cfeba498dab3d39a6c946 (patch)
tree419225e81e9a3967ccf6f385a6e1c9c204d0b19c /src/2b2w/package.json
parentlink favi, v7.2.4 (diff)
downloaddep-core-test-2b2t.tar.xz
dep-core-test-2b2t.zip
fix on a rainy day, added most of the supporttest-2b2t
issue, TypeError: Cannot read property 'end' of undefined when trying to stop
Diffstat (limited to 'src/2b2w/package.json')
-rw-r--r--src/2b2w/package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/2b2w/package.json b/src/2b2w/package.json
new file mode 100644
index 0000000..bb05d8a
--- /dev/null
+++ b/src/2b2w/package.json
@@ -0,0 +1,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"
+ }
+}