]> git.eli173.com Git - pong_br/commitdiff
server ish
authorElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 02:59:12 +0000 (21:59 -0500)
committerElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 02:59:12 +0000 (21:59 -0500)
server/package.json

index 4744d3c7598c688e241f11ab5e80e5dbf4661501..680bd314e4fac6b93c7dd3afae597b3cf54041eb 100644 (file)
@@ -1,15 +1,16 @@
 {
-  "name": "pong_br",
-  "version": "1.0.0",
-  "description": "Pong: Battle Royale!",
-  "main": "matchmaker.js",
-  "dependencies": {
-    "ws": "^6.2.1"
-  },
-  "devDependencies": {},
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "author": "Elijah Cohen",
-  "license": "UNLICENSED"
+    "name": "pong_br",
+    "version": "1.0.0",
+    "description": "Pong: Battle Royale!",
+    "main": "matchmaker.js",
+    "dependencies": {
+       "ws": "^6.2.1"
+    },
+    "devDependencies": {},
+    "scripts": {
+       "start": "node matchmaker.js"
+       "test": "echo \"Error: no test specified\" && exit 1"
+    },
+    "author": "Elijah Cohen",
+    "license": "UNLICENSED"
 }