{
  <% if(themehandle){%>
  "name": "<%=themehandle + 'package'%>",
  <%} else {%>
  "name": "<%=pkghandle%>",
  <%}%>
  "version": "0.0.1",
  "dependencies" : {
  <% if(themehandle){%>
    "grunt-sass" : "0.10.x",
    "grunt-less" : "0.1.x",
    "grunt-contrib-cssmin" : "0.8.x",
    "grunt-responsive-images" : "0.1.x",
    "grunt-contrib-uglify" : "0.4.x",
    "grunt-contrib-concat" : "0.3.x",
    "grunt-contrib-jshint" : "0.9.x",
  <%}%>
  <% if(pkgcli){%>
    "grunt-exec" : "0.4.x",
  <%}%>
    "grunt" : "0.4.x",
    "grunt-version" : "0.3.x",
    "grunt-contrib-clean" : "0.5.x",
    "grunt-contrib-watch" : "0.5.x",
    "grunt-phpcs" : "0.x.x",
    "grunt-regex-replace" : "0.2.x",
    "grunt-trimtrailingspaces" : "0.4.x",
    "grunt-pot" : "0.1.x"
  },
  <%if(themehandle){%>
  "themePath" : "themes/<%=themehandle%>/",
  <%}%>
  "description" : "concrete5 Package generated by generator-c5",
  "repository" : ""
}
