This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Please see the Express documentation for details. connect-mongo NPM package is currently broken with Express 4.x. Use this fix in the meantime: jdesboeufs/connect-mongo#103 (comment) 50 .
- Loading branch information
Marc-André Bélanger
committed
Apr 11, 2014
1 parent
f150407
commit c9d641e
Showing
4 changed files
with
99 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,65 @@ | ||
{ | ||
"name": "meanjs", | ||
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.", | ||
"version": "0.2.2", | ||
"private": false, | ||
"author": "https://github.com/meanjs/mean/graphs/contributors", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/meanjs/mean.git" | ||
}, | ||
"engines": { | ||
"node": "0.10.x", | ||
"npm": "1.4.x" | ||
}, | ||
"scripts": { | ||
"start": "grunt", | ||
"test": "grunt test", | ||
"postinstall": "bower install --config.interactive=false" | ||
}, | ||
"dependencies": { | ||
"express": "~3.5.1", | ||
"consolidate": "~0.10.0", | ||
"swig": "~1.3.2", | ||
"mongoose": "~3.8.8", | ||
"connect-mongo": "~0.4.0", | ||
"connect-flash": "~0.1.1", | ||
"passport": "~0.2.0", | ||
"passport-local": "~1.0.0", | ||
"passport-facebook": "~1.0.2", | ||
"passport-twitter": "~1.0.2", | ||
"passport-linkedin": "~0.1.3", | ||
"passport-google-oauth": "~0.1.5", | ||
"lodash": "~2.4.1", | ||
"forever": "~0.10.11", | ||
"bower": "~1.3.1", | ||
"grunt-cli": "~0.1.13" | ||
}, | ||
"devDependencies": { | ||
"supertest": "~0.10.0", | ||
"should": "~3.2.0", | ||
"grunt-env": "~0.4.1", | ||
"grunt-node-inspector": "~0.1.3", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-nodemon": "~0.2.0", | ||
"grunt-concurrent": "~0.5.0", | ||
"grunt-mocha-test": "~0.10.0", | ||
"grunt-karma": "~0.8.2", | ||
"karma": "~0.12.0", | ||
"karma-jasmine": "~0.2.1", | ||
"karma-coverage": "~0.2.0", | ||
"karma-chrome-launcher": "~0.1.2", | ||
"karma-firefox-launcher": "~0.1.3", | ||
"karma-phantomjs-launcher": "~0.1.2" | ||
} | ||
"name": "meanjs", | ||
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.", | ||
"version": "0.2.3", | ||
"private": false, | ||
"author": "https://github.com/meanjs/mean/graphs/contributors", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/meanjs/mean.git" | ||
}, | ||
"engines": { | ||
"node": "0.10.x", | ||
"npm": "1.4.x" | ||
}, | ||
"scripts": { | ||
"start": "grunt", | ||
"test": "grunt test", | ||
"postinstall": "bower install --config.interactive=false" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.0.1", | ||
"bower": "~1.3.1", | ||
"compression": "^1.0.1", | ||
"connect-flash": "~0.1.1", | ||
"connect-mongo": "mrzepinski/connect-mongo#2135988", | ||
"consolidate": "~0.10.0", | ||
"cookie-parser": "^1.0.1", | ||
"express": "4.x", | ||
"express-session": "^1.0.2", | ||
"forever": "~0.10.11", | ||
"grunt-cli": "~0.1.13", | ||
"grunt-mocha-test": "^0.10.2", | ||
"karma-jasmine": "^0.2.2", | ||
"lodash": "~2.4.1", | ||
"method-override": "^1.0.0", | ||
"mongoose": "~3.8.8", | ||
"morgan": "^1.0.0", | ||
"passport": "~0.2.0", | ||
"passport-facebook": "~1.0.2", | ||
"passport-google-oauth": "~0.1.5", | ||
"passport-linkedin": "~0.1.3", | ||
"passport-local": "~1.0.0", | ||
"passport-twitter": "~1.0.2", | ||
"should": "^3.2.0", | ||
"swig": "~1.3.2" | ||
}, | ||
"devDependencies": { | ||
"supertest": "~0.10.0", | ||
"should": "~3.2.0", | ||
"grunt-env": "~0.4.1", | ||
"grunt-node-inspector": "~0.1.3", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-nodemon": "~0.2.0", | ||
"grunt-concurrent": "~0.5.0", | ||
"grunt-mocha-test": "~0.10.0", | ||
"grunt-karma": "~0.8.2", | ||
"karma": "~0.12.0", | ||
"karma-jasmine": "~0.2.1", | ||
"karma-coverage": "~0.2.0", | ||
"karma-chrome-launcher": "~0.1.2", | ||
"karma-firefox-launcher": "~0.1.3", | ||
"karma-phantomjs-launcher": "~0.1.2" | ||
} | ||
} |