summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-03 16:24:10 -0400
committerJules Laplace <jules@okfoc.us>2014-06-03 16:24:28 -0400
commit607f69c67a5b4dc72d2754192e3cdf67d0ad11d0 (patch)
tree6556e7922c5bedb274bb1650e5dd100643a7895d /package.json
parentd31259291d807c851de4396921e0c26b6dd8dce2 (diff)
partitioning client and serveR
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
index 47528f9..93ed51a 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,32 @@
"type": "git",
"url": "git://github.com/okfocus/vvalls.git"
},
+ "dependencies": {
+ "express": "~3.4.8",
+ "monk": "~0.7.1",
+ "socket.io": "~0.9.16",
+ "geocoder": "~0.1.0",
+ "geolib": "~1.3.5",
+ "connect-mongo": "~0.4.1",
+ "passport": "~0.2.0",
+ "passport-twitter": "~1.0.2",
+ "passport.socketio": "~3.0.1",
+ "node-restful": "~0.1.14",
+ "ejs": "^0.8.8",
+ "useful-string": "0.0.1",
+ "express-subdomain-handler": "~0.1.0",
+ "lodash": "~2.4.1",
+ "express-subdomains": "0.0.5",
+ "mers": "~0.7.2",
+ "mongoose": "~3.8.8",
+ "baucis": "~0.15.1",
+ "baucis-swagger": "~0.2.5",
+ "mongoose-unique-validator": "~0.3.0",
+ "mongoose-lifecycle": "~1.0.0",
+ "knox": "~0.8.10",
+ "moment": "~2.6.0",
+ "html-entities": "~1.0.10"
+ },
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",