{
    "name": "<%= _.slugify(projectName) %>",
    "description": "<%= projectName %> project files",
    "version": "1.0.0",
    "devDependencies": {
        "diveSync": "^0.3.0",
        "fs-extra": "^0.24.0",
        "glob": "^5.0.14",
        "grunt": "~0.4.2",
        "grunt-postcss": "~0.6.0",
        "grunt-contrib-copy": "~0.8.1",
        "grunt-contrib-clean": "~0.6.0",
        "grunt-contrib-csslint": "^0.5.0",
        "grunt-browser-sync": "^2.1.3",
        "grunt-contrib-jshint": "^0.11.3",
        "grunt-contrib-watch": "~0.6.1",<% if (sassCompiler == "compass") { %>
        "grunt-contrib-compass": "~1.0.3",<% } else if(sassCompiler == "sass") { %>
        "grunt-contrib-sass": "~0.9.2",<% } else {%>
        "grunt-sass": "~1.0.0",<% } %><% if (includeModernizr) { %>
        "grunt-modernizr": "~1.0.1",<% } %>
        "grunt-exec": "~0.4.6",
        "grunt-notify": "^0.4.1",
        "autoprefixer-core": "~5.2.1",
        "jshint-stylish": "^2.0.1",
        "load-grunt-tasks": "~3.3.0",
        "load-grunt-config": "~0.17.2",
        "time-grunt": "^1.2.1",
        "mustache": "^2.1.3",
        "matchdep": "^0.3.0",
        "html-entities": "^1.1.1"
      }
}
