summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
+ }
+}
+