{
  "name": "<%= _.slugify(appname) %>",
  "version": "0.0.0",
  "dependencies": {
    <% if (cssFramework == 'foundation') { %>"foundation": "~5.2.3"<% } else if (cssFramework == 'bootstrap') { %>"bootstrap-sass": "git://github.com/twbs/bootstrap-sass.git#~3.1.1"<% } %>,<% if (fontAwesome) { %>
    "font-awesome": "~4.1.0",<% } %>
    "jquery": "~2.1.1",
    "modernizr": "~2.8.2"
  }
}

