added connect-ensure-login and allowed npm to alphabetize the dependencies listing

v1.18.x
Julian Lam 11 years ago
parent 298d904d45
commit 7572c9a803

@ -17,22 +17,22 @@
"dependencies": { "dependencies": {
"async": "~0.9.0", "async": "~0.9.0",
"bcryptjs": "~2.0.1", "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-flash": "^0.1.1",
"connect-multiparty": "^1.0.1",
"cookie-parser": "^1.0.1",
"cron": "~1.0.4", "cron": "~1.0.4",
"csurf": "^1.1.0",
"daemon": "~1.1.0", "daemon": "~1.1.0",
"express": "4.6.1", "express": "4.6.1",
"cookie-parser": "^1.0.1",
"body-parser": "^1.0.1",
"serve-favicon": "^2.0.1",
"express-session": "^1.0.2", "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", "gm": "1.16.0",
"gravatar": "1.0.6", "gravatar": "1.0.6",
"less": "~1.7.3", "less": "~1.7.3",
"mkdirp": "~0.5.0", "mkdirp": "~0.5.0",
"morgan": "^1.0.0",
"nconf": "~0.6.7", "nconf": "~0.6.7",
"nodebb-plugin-dbsearch": "0.0.13", "nodebb-plugin-dbsearch": "0.0.13",
"nodebb-plugin-markdown": "~0.5.0", "nodebb-plugin-markdown": "~0.5.0",
@ -49,16 +49,17 @@
"rimraf": "~2.2.6", "rimraf": "~2.2.6",
"rss": "~0.3.2", "rss": "~0.3.2",
"semver": "~2.3.1", "semver": "~2.3.1",
"serve-favicon": "^2.0.1",
"sitemap": "~0.7.3", "sitemap": "~0.7.3",
"socket.io": "~0.9.16", "socket.io": "~0.9.16",
"socket.io-wildcard": "~0.1.1", "socket.io-wildcard": "~0.1.1",
"string": "~1.9.0", "string": "~1.9.0",
"templates.js": "0.0.13",
"uglify-js": "git+https://github.com/julianlam/UglifyJS2.git", "uglify-js": "git+https://github.com/julianlam/UglifyJS2.git",
"underscore": "~1.6.0", "underscore": "~1.6.0",
"validator": "~3.16.1", "validator": "~3.16.1",
"winston": "~0.7.2", "winston": "~0.7.2",
"xregexp": "~2.0.0", "xregexp": "~2.0.0"
"templates.js": "0.0.13"
}, },
"devDependencies": { "devDependencies": {
"mocha": "~1.13.0" "mocha": "~1.13.0"

Loading…
Cancel
Save