{
  "name": "<%= _.slugify(appname) %>",
  "version": "0.0.0",
  "dependencies": {},
  "repository": {},
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-autoprefixer": "^3.0.4",
    "grunt-concurrent": "^2.3.1",
    "grunt-contrib-clean": "^1.0.0",<% if (coffee) { %>
    "grunt-contrib-coffee": "^0.12.0",<% } %><% if (compass) { %>
    "grunt-contrib-compass": "^1.0.0",<% } %>
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.2",
    "grunt-contrib-htmlmin": "^2.0.0",
    "grunt-contrib-imagemin": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-filerev": "^2.1.2",
    "grunt-google-cdn": "^0.4.3",
    "grunt-newer": "^1.1.0",
    "grunt-ng-annotate": "^2.0.2",
    "grunt-svgmin": "^3.3.0",
    "grunt-usemin": "^3.0.0",
    "grunt-wiredep": "^3.0.1",
    "jshint-stylish": "^2.2.1",
    "load-grunt-tasks": "^3.1.0",
    "time-grunt": "^1.0.0",
    "chalk": "^1.1.3"<% if (express) { %>,
    "express": "^4.14.0",
    "body-parser": "^1.15.2",
    "grunt-open": "^0.2.3",
    "grunt-express-server": "^0.5.3"<% } %>
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
