summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2012-09-24 16:22:07 -0400
committerJules Laplace <jules@okfoc.us>2012-09-24 16:22:07 -0400
commit686106d544ecc3b6ffd4db2b665d3bc879a58d8c (patch)
treea5b5e50237cef70e12f0745371896e96f5f6d578 /package.json
ok
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..5284de2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "warpfx",
+ "version": "0.0.1-1",
+ "private": true,
+ "dependencies": {
+ "express": "2.5.8",
+ "socket.io": "0.9.4",
+ "socket.io-client": "0.9.4",
+ "request": "2.9.0",
+ "ejs": "0.7.1",
+ "mongodb": "",
+ "hooks": "",
+ "mongoose": ">= 2.5.1",
+ "should": ">= 0.6.0",
+ "mocha": ">= 0.14.1",
+ "websocket-client": ">= 1.0.0"
+ },
+ "subdomain": "warpfx",
+ "scripts": {
+ "start": "warpfx.js"
+ },
+ "engines": {
+ "node": "0.6.x"
+ }
+}
+