{<% var ngVer = "1.3.0" %>
  "name": "<%= _.slugify(_.humanize(appname)) %>",
  "version": "0.0.0",
  "dependencies": {
    "angular": "^<%= ngVer %>",
    "json3": "^3.3.0",
    "es5-shim": "^4.0.0"<% 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 %>"<% } %>,
    "ui-router": "~0.2.11",
    "ngstorage": "~0.3.0",
    "fontawesome": "~4.2.0",
    "angular-bootstrap": "~0.11.2",
    "angular-slinder": "*"
  },
  "devDependencies": {
    "angular-mocks": "~<%= ngVer %>",
    "angular-scenario": "~<%= ngVer %>"
  }<% if (appPath) { %>,
  "appPath": "<%= appPath %>"<% } %>
}
