JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
name this project "watch-my-terminal"
authorJason Woofenden <jason@jasonwoof.com>
Wed, 30 Jan 2013 23:03:32 +0000 (18:03 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 30 Jan 2013 23:03:32 +0000 (18:03 -0500)
package.json

index 0002de6..d6041bc 100644 (file)
@@ -1,9 +1,8 @@
 {
-  "name": "web-term-viewer",
+  "name": "watch-my-terminal",
   "version": "0.0.1",
-  "description": "allow people to watch your terminal via their web browser",
+  "description": "Allow people to watch your terminal via their web browser",
   "dependencies": {
-    "socket.io": "*",
-    "async": "*"
+    "socket.io": "*"
   }
 }