JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
get deps with npm install
[watch-my-terminal.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..0002de6
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "name": "web-term-viewer",
+  "version": "0.0.1",
+  "description": "allow people to watch your terminal via their web browser",
+  "dependencies": {
+    "socket.io": "*",
+    "async": "*"
+  }
+}