{
  "name": "<%= _.slugify(appname) %>",
  "version": "0.0.0",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {<% if (gulp) { %>
    "dist": "NODE_ENV=production gulp dist"<% } if (grunt) { %>
    "dist": "NODE_ENV=production grunt dist"<% } %>
  },
  "devDependencies": {<% if (grunt) { %>
    "grunt": "^0.4.5",
    "grunt-autoprefixer": "^0.7.3",
    "grunt-browserify": "^2.1.0",
    "grunt-bower-install": "^1.6.0",
    "grunt-concurrent": "^0.5.0",
    "grunt-contrib-clean": "^0.5.0",<% if (compass) { %>
    "grunt-contrib-compass": "^0.8.0",<% }%>
    "grunt-contrib-concat": "^0.4.0",
    "grunt-contrib-connect": "^0.7.1",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-cssmin": "^0.9.0",
    "grunt-contrib-htmlmin": "^0.3.0",
    "grunt-contrib-imagemin": "^0.7.0",<% if (jade) { %>
    "grunt-contrib-jade": "^0.11.0",<% } %>
    "grunt-contrib-jshint": "^0.10.0",<% if (bootstrap) { %>
    "grunt-contrib-less": "^0.11.0",<% } %>
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha": "^0.4.10",<% if (modernizr) { %>
    "grunt-modernizr": "^0.5.2",<% } %>
    "grunt-rev": "^0.1.0",<% if (libsass) { %>
    "grunt-sass": "^0.12.1",<% } %>
    "grunt-svgmin": "^0.4.0",
    "grunt-usemin": "^2.1.1",
    "load-grunt-tasks": "^0.4.0",
    "time-grunt": "^0.3.1",<% } if (gulp) { %>
    "gulp": "3.8.7",
    "gulp-autoprefixer": "^0.0.10",
    "gulp-cache": "^0.2.2",
    "gulp-changed": "^1.0.0",
    "gulp-concat": "^2.3.5",
    "gulp-csso": "^0.2.9",
    "gulp-debug": "^1.0.1",
    "gulp-fingerprint": "^0.3.2",
    "gulp-imagemin": "^1.0.1",<% if (jade) { %>
    "gulp-jade": "^0.7.0",<% } %>
    "gulp-jshint": "^1.8.4",<% if (bootstrap) { %>
    "gulp-less": "^1.3.5",<% } %>
    "gulp-livereload": "^2.1.1",
    "gulp-load-plugins": "^0.6.0",<% if (false) { // disable recess for now%>
    "gulp-recess": "^0.3.1",<% } %>
    "gulp-rename": "^1.2.0",
    "gulp-rev": "^1.1.0",
    "gulp-rimraf": "^0.1.0",<% if (libsass) { %>
    "gulp-sass": "0.7.1",<% } %>
    "gulp-size": "^1.1.0",
    "gulp-uglify": "^1.0.1",
    "gulp-util": "^3.0.1",
    "connect": "^2.25.9",
    "connect-livereload": "^0.4.0",
    "partialify": "^3.1.1",
    "opn": "^1.0.0",
    "vinyl-source-stream": "^0.1.1",<% } %>
    "browserify": "^5.12.1",<% if (jade) { %>
    "browserify-jade": "^0.1.1",<% } %>
    "browserify-shim": "^3.7.0",
    "debowerify": "^0.8.1",
    "mocha": "^1.21.4",
    "should": "^4.0.4",
    "jshint-stylish": "^0.4.0"
  },
  "dependencies": {
    "backbone": "^1.1.2",
    "jquery": "^2.1.1",
    "lodash": "^2.4.1"
  }
}
