{ "name": "meanjs", "description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.", "version": "0.2.1", "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" }, "dependencies": { "express": "~3.4.8", "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": "~0.1.6", "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.2.8", "grunt-cli": "~0.1.13" }, "devDependencies": { "supertest": "~0.9.0", "should": "~3.1.3", "grunt-env": "~0.4.1", "grunt-node-inspector": "~0.1.3", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-jshint": "~0.8.0", "grunt-nodemon": "~0.2.0", "grunt-concurrent": "~0.4.3", "grunt-mocha-test": "~0.9.4", "grunt-karma": "~0.7.2", "karma": "~0.11.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" } }