{
  "name": "<%= _.slugify(_.humanize(appname)) %>",
  "version": "0.0.0",
  "dependencies": {
    "angular": ">=1.2.*",
    "json3": "~3.2.6",
    "es5-shim": "~2.1.0"<% if (bootstrap) { %>,
    "jquery": "~1.11.0"<% if (compassBootstrap) { %>,
    "bootstrap-sass-official": "~3.1.1"<% } else { %>,
    "bootstrap": "~3.1.1"<% } } %><% if (resourceModule) { %>,
    "angular-resource": ">=1.2.*"<% } %><% if (cookiesModule) { %>,
    "angular-cookies": ">=1.2.*"<% } %><% if (sanitizeModule) { %>,
    "angular-sanitize": ">=1.2.*"<% } %><% if (routeModule) { %>,
    "angular-route": ">=1.2.*"<% } %>
  },
  "devDependencies": {
    "angular-mocks": ">=1.2.*",
    "angular-scenario": ">=1.2.*"
  },
  "testPath": "test/client/spec"  
}
