{
  "name": "<%= slugifiedAppName %>",
  "description": "<%= appDescription %>",
  "version": "0.0.1",
  <% if (appAuthor) { %>
  "author": "<%= capitalizedAppAuthor %>",<% } %>
  "engines": {
    "node": "0.10.x",
    "npm": "1.4.x"
  },
  "scripts": {
    "start": "grunt",
    "test": "grunt test",
    "postinstall": "bower install --config.interactive=false"
  },
  "dependencies": {
    "async": "~0.9.0",
    "body-parser": "~1.5.2",
    "bower": "~1.3.8",
    "compression": "~1.0.9",
    "connect-flash": "~0.1.1",
    "connect-sequelize": "^1.0.4",
    "consolidate": "~0.10.0",
    "cookie-parser": "~1.3.2",
    "express": "~4.7.2",
    "express-session": "~1.7.2",
    "forever": "~0.11.0",
    "glob": "~4.0.5",
    "grunt-cli": "~0.1.13",
    "helmet": "~0.4.0",
    "lodash": "~2.4.1",
    "method-override": "~2.1.2",
    "morgan": "^1.3.2",
    "nodemailer": "~1.1.1",
    "passport": "~0.2.0",
    "passport-facebook": "~1.0.2",
    "passport-github": "~0.1.5",
    "passport-google-oauth": "~0.1.5",
    "passport-linkedin": "~0.1.3",
    "passport-local": "~1.0.0",
    "passport-twitter": "~1.0.2",
    "pg": "^3.5.0",
    "sequelize": "~1.7.8",
    "socket.io": "^1.1.0",
    "swig": "~1.4.1",
    "winston": "^0.8.0",
    "express-jwt": "^0.4.0",
    "jsonwebtoken": "^1.1.2"
  },
  "devDependencies": {
    "supertest": "~0.13.0",
    "should": "~4.0.4",
    "grunt-env": "~0.4.1",
    "grunt-node-inspector": "~0.1.3",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-csslint": "^0.2.0",
    "grunt-ngmin": "0.0.3",
    "grunt-contrib-uglify": "~0.5.1",
    "grunt-contrib-cssmin": "~0.10.0",
    "grunt-nodemon": "~0.3.0",
    "grunt-concurrent": "~0.5.0",
    "grunt-mocha-test": "~0.11.0",
    "grunt-karma": "~0.8.2",
    "load-grunt-tasks": "~0.6.0",
    "karma": "~0.12.0",
    "karma-jasmine": "~0.2.1",
    "karma-coverage": "~0.2.0",
    "karma-chrome-launcher": "~0.1.2",
    "karma-firefox-launcher": "~0.1.3",
    "karma-phantomjs-launcher": "~0.1.2"
  }
}
