mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-04 22:30:39 +02:00
added connect-ensure-login and allowed npm to alphabetize the dependencies listing
This commit is contained in:
19
package.json
19
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"
|
||||
|
||||
Reference in New Issue
Block a user