{
  "name": "eskimo",
  "version": "0.3.0",
  "description": "Eskimo helps you to rapidly build Node powered API's, online stores, and apps in general (known as \"igloos\").",
  "main": "./app.js",
  "engines": {
    "iojs": "2.0.x",
    "node": "0.12.x"
  },
  "bin": {
    "eskimo": "./bin/eskimo.js"
  },
  "author": "Nick Baugh <niftylettuce@gmail.com>",
  "contributors": [
    {
      "name": "Nick Baugh",
      "email": "niftylettuce@gmail.com"
    },
    {
      "name": "Adnan Ibrišimbegović",
      "email": "adibih@gmail.com"
    },
    {
      "name": "Bruno Bernardino",
      "email": "bruno.bernardino@gmail.com"
    },
    {
      "name": "Yanick Landry",
      "email": "yanick.landry@gmail.com"
    }
  ],
  "scripts": {
    "start": "node ./app.js",
    "prepublish": "npm prune",
    "test": "NODE_ENV=test mocha --reporter spec --bail --require test/support/should test/",
    "test-cov": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require test/support/should  test/",
    "test-travis": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require test/support/should test/",
    "test-circleci": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require test/support/should test/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/niftylettuce/eskimo.git"
  },
  "bugs": {
    "url": "https://github.com/niftylettuce/eskimo/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/niftylettuce/eskimo",
  "dependencies": {
    "async": "^0.9.0",
    "autoprefixer-core": "^5.1.11",
    "basic-auth": "^1.0.1",
    "body-parser": "^1.12.4",
    "bootable": "^0.2.4",
    "bootable-environment": "^0.2.0",
    "chalk": "^1.0.0",
    "chance": "^0.7.5",
    "commander": "^2.8.1",
    "compression": "^1.4.4",
    "connect": "^3.3.5",
    "connect-ensure-login": "^0.1.1",
    "connect-flash": "^0.1.1",
    "connect-livereload": "^0.5.3",
    "cookie-parser": "^1.3.4",
    "csurf": "^1.8.2",
    "ejs": "^2.3.1",
    "electrolyte": "0.0.6",
    "errorhandler": "^1.3.6",
    "express": "^4.12.4",
    "express-jade": "0.0.3",
    "express-paginate": "^0.0.8",
    "express-session": "^1.11.2",
    "helmet": "^0.9.0",
    "igloo": "^0.0.7",
    "jade": "^1.9.2",
    "less": "^2.5.0",
    "less-middleware": "^2.0.1",
    "method-override": "^2.3.3",
    "mixpanel": "0.2.1",
    "mkdirp": "^0.5.1",
    "moment": "^2.10.3",
    "mongoose": "^4.0.3",
    "mongoose-json-select": "^0.2.1",
    "mongoose-paginate": "^4.0.1",
    "ms": "^0.7.1",
    "multiline": "^1.0.2",
    "ncp": "^2.0.0",
    "passport": "^0.2.1",
    "passport-facebook": "^2.0.0",
    "passport-facebook-token": "^2.0.0",
    "passport-google-oauth": "^0.2.0",
    "passport-google-token": "^0.1.1",
    "passport-local-mongoose": "^1.0.0",
    "pluralize": "^1.1.2",
    "randomstring-extended": "^1.0.0",
    "recluster": "^0.4.0",
    "response-time": "^2.3.1",
    "serve-favicon": "^2.2.1",
    "serve-static": "^1.9.3",
    "strength": "^0.1.4",
    "underscore": "^1.8.3",
    "underscore.string": "^3.0.3",
    "update-notifier": "^0.5.0",
    "validator": "^3.39.0",
    "winston-request-logger": "^1.0.7"
  },
  "devDependencies": {
    "chai": "^2.3.0",
    "cheerio": "^0.19.0",
    "cookie": "^0.1.2",
    "del": "^1.1.1",
    "gulp": "^3.8.11",
    "gulp-autoprefixer": "^2.3.0",
    "gulp-bower": "0.0.10",
    "gulp-csso": "^1.0.0",
    "gulp-exit": "0.0.2",
    "gulp-filter": "^2.0.2",
    "gulp-imagemin": "^2.2.1",
    "gulp-jade-usemin": "^1.0.5",
    "gulp-jshint": "^1.10.0",
    "gulp-less": "^3.0.3",
    "gulp-minify-html": "^1.0.2",
    "gulp-mocha": "^2.0.1",
    "gulp-nodemon": "^2.0.3",
    "gulp-rev": "^3.0.1",
    "gulp-rev-all": "^0.8.18",
    "gulp-rev-css-url": "0.0.12",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-uglify": "^1.2.0",
    "imagemin-pngquant": "^4.1.0",
    "istanbul": "^0.3.14",
    "jshint-stylish": "^1.0.2",
    "mocha": "^2.2.5",
    "run-sequence": "^1.1.0",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0",
    "supertest": "^1.0.1",
    "through2": "^0.6.5",
    "tiny-lr": "^0.1.5"
  }
}
