JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run.sh: complain if not passed width/height
[watch-my-terminal.git] / package.json
index 0002de6..64b6c39 100644 (file)
@@ -1,9 +1,8 @@
 {
-  "name": "web-term-viewer",
-  "version": "0.0.1",
-  "description": "allow people to watch your terminal via their web browser",
+  "name": "watch-my-terminal",
+  "version": "1.0",
+  "description": "Allow people to watch your terminal via their web browser",
   "dependencies": {
-    "socket.io": "*",
-    "async": "*"
+    "socket.io": "*"
   }
 }