aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnthony Pesch <inolen@gmail.com>2013-08-24 09:31:29 -0700
committerAnthony Pesch <inolen@gmail.com>2013-08-29 01:45:38 -0700
commit462875aa0e5b2820868b539e2a185db7783653f8 (patch)
tree38ad416ee28ac0a8c5db34157608d532929e6b0d /package.json
parentf7744fcb18ab5d12c30cf1340c7bacabfc13d1ab (diff)
- created SOCKFS
- added support for node-based listen servers - updated tests to also test against compiled listen servers
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..157885fb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,5 @@
+{
+ "dependencies": {
+ "ws": "~0.4.28"
+ }
+}