From: Jason Woofenden Date: Wed, 30 Jan 2013 23:03:32 +0000 (-0500) Subject: name this project "watch-my-terminal" X-Git-Tag: v1.0~34 X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=commitdiff_plain;h=b53ae9ca687b50ca701b4cd6ab71b85f903c2aaf name this project "watch-my-terminal" --- diff --git a/package.json b/package.json index 0002de6..d6041bc 100644 --- a/package.json +++ b/package.json @@ -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": "*" } }