diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 26 |
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", |
