{
  "name": "<%= _.slugify(_.humanize(appname)) %>",
  "version": "0.0.0",
  "dependencies": {
    "angular": "~1.2.0",
    "json3": "~3.2.4",
    "es5-shim": "~2.1.0"<% if (bootstrap) { %>,
    "jquery": "~1.10.2",
    "angular-bootstrap": "~0.7.0",
    "bootstrap-wsi": "git@github.com:worldskills/bootstrap.git"<% } %><% if (resourceModule) { %>,
    "angular-resource": "~1.2.0"<% } %><% if (cookiesModule) { %>,
    "angular-cookies": "~1.2.0"<% } %><% if (sanitizeModule) { %>,
    "angular-sanitize": "~1.2.0"<% } %><% if (routeModule) { %>,
    "angular-route": "~1.2.0"<% } %>
  },
  "devDependencies": {
    "angular-mocks": "~1.2.0",
    "angular-scenario": "~1.2.0"
  }
}