{
  "name": "<%= _.slugify(appname) %>",
  "private": true,
  "devDependencies": {<% if (gulp) { %>
    "gulp": "^3.9.0",
    "gulp-connect": "^2.2.0",
    "gulp-autoprefixer": "2.3.1",
    "gulp-cache": "^0.2.10",
    "rimraf": "^2.4.0",
    "gulp-filter": "^2.0.2",
    "gulp-imagemin": "^2.3.0",
    "gulp-jshint": "^1.11.1",
    "gulp-karma": "0.0.4",
    "gulp-load-plugins": "^0.10.0",
    "gulp-plumber": "^1.0.1",
    "gulp-minify-css": "^1.2.0",
    "gulp-rev": "^5.0.1",
    "gulp-rev-replace": "^0.4.2",
    "gulp-uglify": "^1.2.0",
    "gulp-useref": "^3.0.0",
    "gulp-util": "^3.0.6",
    "gulp-watch": "^4.2.4",
    "run-sequence": "^1.1.1",
    "wiredep": "^2.2.2",
    "lazypipe": "^0.2.4",
    "gulp-ng-annotate": "^1.0.0",
    "open": "0.0.5"<% if (sass) { %>,
    "gulp-sass": "^2.0.4"<% } %><% if (coffee) { %>,
    "gulp-coffeelint": "^0.5.0",
    "gulp-coffee": "^2.3.1",<% } %><% } else { %>
    "autoprefixer-core": "^5.2.1",
    "grunt": "^0.4.5",
    "grunt-angular-templates": "^0.5.7",
    "grunt-concurrent": "^1.0.0",
    "grunt-contrib-clean": "^0.6.0",<% if (coffee) { %>
    "grunt-contrib-coffee": "^0.12.0",<% } %><% if (compass) { %>
    "grunt-contrib-compass": "^1.0.0",<% } %>
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-cssmin": "^0.12.0",
    "grunt-contrib-htmlmin": "^0.4.0",
    "grunt-contrib-imagemin": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-filerev": "^2.1.2",
    "grunt-google-cdn": "^0.4.3",<% if (!coffee) { %>
    "grunt-jscs": "^1.8.0",<% } %>
    "grunt-newer": "^1.1.0",
    "grunt-ng-annotate": "^0.9.2",
    "grunt-postcss": "^0.5.5",
    "grunt-svgmin": "^2.0.0",<% if (typescript) { %>
    "grunt-tsd": "^0.1.0",
    "grunt-typescript": "^0.8.0",<% } %>
    "grunt-usemin": "^3.0.0",
    "grunt-wiredep": "^2.0.0",
    "jit-grunt": "^0.9.1",
    "time-grunt": "^1.0.0"<% } %>,
    "jshint-stylish": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
