{<% var ngVer = "1.3.0" %>
  "name": "<%= _.slugify(_.humanize(appname)) %>",
  "version": "0.0.0",
  "dependencies": {
    "angular": "^<%= ngVer %>",
    "firebase": "<%= afconfig.bower.firebase %>",
    "angularfire": "<%= afconfig.bower.angularfire %>"<% if (bootstrap) { %>,<% if (!compassBootstrap) { %>
    "bootstrap": "^3.2.0"<% } else { %>
    "bootstrap-sass-official": "^3.2.0"<% } } %><% if (animateModule) { %>,
    "angular-animate": "^<%= ngVer %>"<% } %><% if (ariaModule) { %>,
    "angular-aria": "^<%= ngVer %>"<% } %><% if (cookiesModule) { %>,
    "angular-cookies": "^<%= ngVer %>"<% } %><% if (messagesModule) { %>,
    "angular-messages": "^<%= ngVer %>"<% } %><% if (resourceModule) { %>,
    "angular-resource": "^<%= ngVer %>"<% } %><% if (routeModule) { %>,
    "angular-route": "^<%= ngVer %>"<% } %><% if (sanitizeModule) { %>,
    "angular-sanitize": "^<%= ngVer %>"<% } %><% if (touchModule) { %>,
    "angular-touch": "^<%= ngVer %>"<% } %>
  },
  "devDependencies": {
    "mockfirebase": "<%= afconfig.bower.mockfirebase %>",
    "angular-mocks": "^<%= ngVer %>"
  }<% if (appPath) { %>,
  "appPath": "<%= appPath %>"<% } %>,
  "moduleName": "<%= scriptAppName %>"
  <% if (bootstrap) %>,
  "overrides": {
    "bootstrap": {
      "main": [
      "less/bootstrap.less",
      "dist/css/bootstrap.css",
      "dist/js/bootstrap.js"
      ]
    }
  }
}
