JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
get deps with npm install
authorJason Woofenden <jason@jasonwoof.com>
Tue, 29 Jan 2013 23:07:39 +0000 (18:07 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 29 Jan 2013 23:07:39 +0000 (18:07 -0500)
.gitignore [new file with mode: 0644]
package.json [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3c3629e
--- /dev/null
@@ -0,0 +1 @@
+node_modules
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": "*"
+  }
+}