X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=blobdiff_plain;f=package.json;h=d6041bcefa357faed8c72e1d4c6984fbec65b023;hp=0002de6a59e2997e3c83cb8e174029ced51f4dde;hb=4260b6a221b4d36c1611171e658243b03d597dc9;hpb=8fc37a23310f0670beb6d25a12a8c0135f864cbc 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": "*" } }