{ "name": "hackathon-starter", "version": "0.0.0", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git" }, "scripts": { "start": "node app.js", "test": "mocha" }, "dependencies": { "async": "~0.2.10", "bcrypt-nodejs": "~0.0.3", "cheerio": "~0.13.1", "connect-assets": "~3.0.0-beta1", "connect-mongo": "~0.4.0", "csso": "~1.3.11", "express": "~3.4.8", "express-flash": "~0.0.2", "express-validator": "~1.0.1", "fbgraph": "~0.2.9", "github-api": "~0.7.0", "jade": "~1.1.5", "lastfm": "~0.9.0", "less": "~1.6.3", "mongoose": "~3.8.7", "node-foursquare": "~0.2.0", "node-linkedin": "~0.1.4", "nodemailer": "~0.6.0", "passport": "~0.2.0", "passport-facebook": "~1.0.2", "passport-github": "~0.1.5", "passport-google-oauth": "~0.1.5", "passport-linkedin-oauth2": "~1.1.1", "passport-local": "~0.1.6", "passport-oauth": "~1.0.0", "passport-twitter": "~1.0.2", "paypal-rest-sdk": "~0.6.4", "request": "~2.34.0", "tumblr.js": "~0.0.4", "twilio": "~1.5.0", "twit": "~1.1.12", "underscore": "~1.6.0", "uglify-js": "~2.4.12", "validator": "~3.3.0" }, "devDependencies": { "chai": "~1.9.0", "mocha": "~1.17.1", "supertest": "~0.9.0" } }