summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-02-22 09:59:20 -0800
committerJules Laplace <jules@okfoc.us>2013-02-22 09:59:20 -0800
commit1938bceb0a478358897371c235860397ae2e3e5c (patch)
treeead382ee9c38443c819bbdcb926ff35fb8255342 /package.json
basic chat app
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f3745eb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "dumpfm-phone",
+ "private": true,
+ "version": "0.0.1",
+ "engines": {
+ "node": "0.8.x",
+ "npm": "1.1.x"
+ },
+ "dependencies": {
+ "express": "3.x",
+ "knox": "0.4.x",
+ "socket.io": "0.9.11"
+ }
+}