{<% var ngVer = "1.2.16" %>
  "name": "<%= _.slugify(_.humanize(appname)) %>",
  "version": "0.0.0",
  "dependencies": {
    "angular": "<%= ngVer %>",
    "json3": "~3.3.1",
    "es5-shim": "~3.1.0"<% if (bootstrap) { %>,<% if (!compassBootstrap) { %>
    "bootstrap": "~3.2.0"<% } else { %>
    "bootstrap-sass-official": "~3.2.0"<% } } %><% if (resourceModule) { %>,
    "angular-resource": "<%= ngVer %>"<% } %><% if (cookiesModule) { %>,
    "angular-cookies": "<%= ngVer %>"<% } %><% if (sanitizeModule) { %>,
    "angular-sanitize": "<%= ngVer %>"<% } %><% if (animateModule) { %>,
    "angular-animate": "<%= ngVer %>"<% } %><% if (touchModule) { %>,
    "angular-touch": "<%= ngVer %>"<% } %><% if (routeModule) { %>,
    "angular-route": "<%= ngVer %>"<% } %>
  },
  "devDependencies": {
    "angular-mocks": "<%= ngVer %>",
    "angular-scenario": "<%= ngVer %>"
  }<% if (appPath) { %>,
  "appPath": "<%= appPath %>"<% } %>
}
