{
  "name": "hunt",
  "version": "0.7.1",
  "description": "High level nodejs framework build on top of expressjs, mongoose, sequilize, socketio and passportjs",
  "main": "index.js",
  "engines": {
    "node": ">=5.7.0",
    "npm": ">=3.6.0"
  },
  "os": [
    "linux",
    "darwin"
  ],
  "scripts": {
    "start": "node examples/index.js",
    "test": "./node_modules/.bin/mocha --reporter spec",
    "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
    "testReport": "./node_modules/.bin/mocha -G --reporter markdown > tutorials/test.md",
    "frontend": "./node_modules/.bin/gulp",
    "install": "./postinstall.sh",
    "jslint": "./node_modules/.bin/jslint **/* --config jslint.conf",
    "jshint": "./node_modules/.bin/jshint --verbose --show-non-errors -c .jshintrc .",
    "docs": "make docs"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:vodolaz095/hunt.git"
  },
  "directories": {
    "example": "./examples",
    "doc": "./examples/public/documentation",
    "lib": "./lib",
    "test": "./test"
  },
  "bugs": {
    "url": "https://github.com/vodolaz095/hunt/issues"
  },
  "keywords": [
    "hunt",
    "boilerplate",
    "framework",
    "express",
    "mongoose",
    "sequilize",
    "socket.io",
    "passportjs"
  ],
  "author": {
    "name": "Anatolij Ostroumov",
    "url": "https://github.com/vodolaz095",
    "email": "ostroumov095@gmail.com"
  },
  "homepage": "https://huntjs.herokuapp.com/",
  "license": "MIT",
  "dependencies": {
    "async": "1.5.2",
    "body-parser": "1.14.2",
    "compression": "1.6.0",
    "connect-flash": "0.1.1",
    "connect-multiparty": "2.0.0",
    "connect-redis": "3.0.2",
    "cookie-parser": "1.4.1",
    "csurf": "1.8.3",
    "errorhandler": "1.4.3",
    "eventemitter2": "0.4.14",
    "express": "4.13.3",
    "express-handlebars": "2.0.1",
    "express-session": "1.13.0",
    "glob": "^5.0.15",
    "hogan-express": "0.5.2",
    "jade": "1.11.0",
    "kerberos": "0.0.17",
    "method-override": "2.3.5",
    "mongoose": "4.3.6",
    "nodemailer": "1.10.0",
    "nodemailer-html-to-text": "1.0.2",
    "passport": "0.3.2",
    "passport-facebook": "2.0.0",
    "passport-github": "1.0.0",
    "passport-google-oauth": "0.2.0",
    "passport-steam": "0.1.6",
    "passport-twitter": "1.0.3",
    "passport-vkontakte": "0.4.0",
    "q": "1.4.1",
    "rai": "0.1.12",
    "redis": "2.4.2",
    "request": "2.67.0",
    "response-time": "2.3.1",
    "sequelize": "^3.19.3",
    "serve-favicon": "2.3.0",
    "socket.io": "1.4.4",
    "socket.io-redis": "1.0.0",
    "swig": "1.4.2",
    "validator": "4.5.0",
    "winston": "^2.1.1"
  },
  "optionalDependencies": {
    "hiredis": "0.4.1"
  },
  "devDependencies": {
    "bower": ">=1.7.2",
    "del": ">=2.0.0",
    "istanbul": ">=0.4.2",
    "mocha": ">=2.3.4",
    "jsdoc": ">=3.4.0",
    "jslint": ">=0.9.3",
    "jshint": ">=2.9.1",
    "should": "8.1.1",
    "socket.io-client": "1.4.4",
    "sqlite3":"^3.1.1",
    "gulp": ">=3.8.11",
    "gulp-bower": ">=0.0.10",
    "gulp-concat": ">=2.6.0",
    "gulp-filter": ">=3.0.1",
    "gulp-minify-css": ">=1.2.1",
    "gulp-less": "^3.0.5",
    "gulp-order": "^1.1.1",
    "gulp-rename": ">=1.2.2",
    "gulp-uglify": ">=1.4.0",
    "main-bower-files": ">=2.9.0"
  }
}
