Files
meanTorrent/package.json
Marc-André Bélanger c9d641e2bc Migration to Express 4.x
Please see the Express documentation for details.

connect-mongo NPM package is currently broken with Express 4.x. Use
this fix in the meantime:
https://github.com/kcbanner/connect-mongo/issues/103#issuecomment-400800
50 .
2014-04-10 22:26:41 -04:00

65 lines
1.8 KiB
JSON
Executable File

{
"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"
}
}