From 7572c9a803a941f2b73cf06c996e38f11147b513 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 31 Aug 2014 22:42:29 -0400 Subject: [PATCH] added connect-ensure-login and allowed npm to alphabetize the dependencies listing --- package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index e97f1d1660..f76f262134 100644 --- a/package.json +++ b/package.json @@ -17,22 +17,22 @@ "dependencies": { "async": "~0.9.0", "bcryptjs": "~2.0.1", + "body-parser": "^1.0.1", + "compression": "^1.0.1", + "connect-ensure-login": "^0.1.1", "connect-flash": "^0.1.1", + "connect-multiparty": "^1.0.1", + "cookie-parser": "^1.0.1", "cron": "~1.0.4", + "csurf": "^1.1.0", "daemon": "~1.1.0", "express": "4.6.1", - "cookie-parser": "^1.0.1", - "body-parser": "^1.0.1", - "serve-favicon": "^2.0.1", "express-session": "^1.0.2", - "csurf": "^1.1.0", - "compression": "^1.0.1", - "connect-multiparty": "^1.0.1", - "morgan": "^1.0.0", "gm": "1.16.0", "gravatar": "1.0.6", "less": "~1.7.3", "mkdirp": "~0.5.0", + "morgan": "^1.0.0", "nconf": "~0.6.7", "nodebb-plugin-dbsearch": "0.0.13", "nodebb-plugin-markdown": "~0.5.0", @@ -49,16 +49,17 @@ "rimraf": "~2.2.6", "rss": "~0.3.2", "semver": "~2.3.1", + "serve-favicon": "^2.0.1", "sitemap": "~0.7.3", "socket.io": "~0.9.16", "socket.io-wildcard": "~0.1.1", "string": "~1.9.0", + "templates.js": "0.0.13", "uglify-js": "git+https://github.com/julianlam/UglifyJS2.git", "underscore": "~1.6.0", "validator": "~3.16.1", "winston": "~0.7.2", - "xregexp": "~2.0.0", - "templates.js": "0.0.13" + "xregexp": "~2.0.0" }, "devDependencies": { "mocha": "~1.13.0"