{
  "name": "<%= _.slugify(appName) %>",
  "version": "0.0.0",
  "dependencies": {
    "express": "3.3.4",
    "grunt": "latest",
    "grunt-contrib-copy": "latest",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-express-server": "~0.4.5",
     <% if (handlebars) { %>"hbs": "~2.4.0",<% } %>
    "jade": "*",
    <% if (mongoose) { %>"mongoose": "~3.6",<% } %>
    "socket.io": "*",
    "stylus": "*",
    "time-grunt": "~0.2.2",
    "underscore": "1.3.3",
    "underscore.string": "2.3.0",
    "connect-livereload": "~0.3.0"
  }
}
