{
    "private": true,
    "dependencies": {
        "async": "^1.4.2",
        "body-parser": "~1.12.0",
        "composable-middleware": "^0.3.0",
        "compression": "~1.4.1",
        "connect-redis": "^3.0.1",
        "cookie-parser": "^1.4.0",
        "express": "^4.13.3",
        "express-jwt": "^3.3.0",
        "express-session": "^1.11.2",
        "express-validator": "^2.18.0",
        "formidable": "^1.0.17",
        "glob": "^5.0.14",
        "lodash": "^3.10.1",
        "method-override": "^2.3.5",
        "moment": "^2.10.6",
        "mongoose": "^4.1.1",
        "morgan": "^1.6.1",
<% if(includeSequelize){ -%>
        "mysql": "^2.10.2",
        "sequelize": "^3.19.3",
<% } -%>
        "redis": "^0.12.1",
        "request": "^2.67.0",
        "serve-favicon": "^2.3.0",
        "underscore": "^1.8.3",
        "when": "^3.7.3"
    },
    "devDependencies": {
        "apache-server-configs": "^2.8.0",
        "chai": "^3.5.0",
        "connect-livereload": "^0.5.4",
        "grunt": "^0.4.5",
        "grunt-contrib-clean": "^0.6.0",
<% if (cssUILib!=="none") { -%>
        "grunt-contrib-compass": "^1.0.4",
<% } -%>
        "grunt-contrib-compress": "^0.14.0",
        "grunt-contrib-concat": "^0.5.0",
        "grunt-contrib-connect": "^0.8.0",
        "grunt-contrib-copy": "^0.5.0",
        "grunt-contrib-cssmin": "^0.10.0",
        "grunt-contrib-htmlmin": "^0.3.0",
        "grunt-contrib-imagemin": "^1.0.0",
        "grunt-contrib-jshint": "^0.10.0",
        "grunt-contrib-jst": "^0.6.0",
<% if(includeRequireJS){ -%>
        "requirejs": "^2.1.22",
        "grunt-requirejs": "^0.4.2",
        "karma-requirejs": "^0.2.5",
<% } -%>
        "grunt-contrib-uglify": "^0.6.0",
        "grunt-contrib-watch": "^0.6.1",
        "grunt-express-server": "^0.5.1",
        "grunt-karma": "^0.12.1",
        "grunt-manifest": "^0.4.0",
        "grunt-mocha-test": "^0.12.7",
        "grunt-open": "^0.2.3",
        "grunt-parallel": "^0.4.1",
        "grunt-rev": "^0.1.0",
        "grunt-upload-file": "0.0.2",
        "grunt-usemin": "^2.4.0",
        "jshint-stylish": "^1.0.0",
        "karma": "^0.13.21",
        "karma-chai": "^0.1.0",
        "karma-chrome-launcher": "^0.2.2",
        "karma-mocha": "^0.2.2",
        "karma-spec-reporter": "0.0.24",
        "load-grunt-tasks": "^0.6.0",
        "mocha": "^2.4.5",
        "supertest": "^1.2.0",
        "time-grunt": "^1.0.0"
    },
    "scripts": {
        "start": "pm2 pm2.json",
        "test": "grunt test"
    },
    "engines": {
        "node": ">=0.12.10"
    }
}
