{ "name": "snowflake", "version": "0.0.2", "main": "./app.js", "scripts": { "start": "node ./app.js", "prepublish": "npm prune", "test": "NODE_ENV=test mocha --reporter spec --bail --ignore-leaks --require test/support/should test/", "test-cov": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --ignore-leaks --require test/support/should test/", "test-travis": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --ignore-leaks --require test/support/should test/" }, "dependencies": { "async": "^0.9.0", "basic-auth": "^1.0.0", "body-parser": "^1.3.0", "bootable": "^0.2.3", "bootable-environment": "^0.2.0", "chalk": "^0.5.1", "compression": "^1.0.6", "connect": "^3.1.1", "connect-ensure-login": "^0.1.1", "connect-flash": "^0.1.1", "connect-livereload": "^0.4.0", "cookie-parser": "^1.1.0", "crypto": "0.0.3", "csurf": "^1.2.1", "ejs": "^1.0.0", "electrolyte": "0.0.3", "errorhandler": "^1.0.1", "express": "^4.4.1", "express-paginate": "0.0.2", "express-session": "^1.2.1", "googleanalytics": "^0.3.6", "helmet": "^0.4.0", "igloo": "0.0.5", "jade": "^1.3.1", "jade-amd": "^0.2.2", "less": "^1.7.5", "less-middleware": "^1.0.3", "mailchimp": "^1.1.0", "method-override": "^2.0.1", "mkdirp": "^0.5.0", "moment": "^2.8.4", "mongoose": "^3.8.16", "mongoose-json-select": "^0.2.1", "mongoose-paginate": "^3.1.1", "ncp": "^0.6.0", "passport": "^0.2.0", "passport-facebook": "^1.0.3", "passport-facebook-token": "^0.3.2", "passport-google-oauth": "^0.1.5", "passport-google-token": "^0.1.0", "passport-local-mongoose": "^1.0.0", "pluralize": "^1.0.0", "q": "^1.1.2", "randomstring-extended": "^1.0.0", "recluster": "^0.3.7", "response-time": "^2.2.0", "serve-favicon": "^2.0.0", "serve-static": "^1.2.1", "strength": "^0.1.4", "underscore": "^1.6.0", "underscore.string": "^2.3.3", "validator": "^3.13.0", "winston-request-logger": "^1.0.5" }, "devDependencies": { "chai": "^1.9.1", "cheerio": "^0.17.0", "cookie": "^0.1.2", "del": "^0.1.3", "gulp": "^3.8.8", "gulp-bower": "0.0.6", "gulp-csso": "^0.2.9", "gulp-exit": "0.0.2", "gulp-filter": "^1.0.2", "gulp-imagemin": "^1.0.0", "gulp-jade-usemin": "^0.0.3", "gulp-jshint": "^1.8.5", "gulp-less": "^1.3.6", "gulp-minify-html": "^0.1.6", "gulp-mocha": "^1.1.1", "gulp-rev": "^1.1.0", "gulp-rev-all": "^0.6.6", "gulp-rev-css-url": "0.0.8", "gulp-sourcemaps": "^1.2.2", "gulp-uglify": "^1.0.1", "imagemin-pngcrush": "^1.0.0", "istanbul": "^0.3.2", "jshint-stylish": "^0.2.0", "mocha": "^1.21.4", "run-sequence": "^0.3.6", "sinon": "^1.10.2", "sinon-chai": "^2.5.0", "supertest": "^0.13.0", "through2": "^0.6.1", "tiny-lr": "^0.1.4" } }