{
  "name": "<%= appNameSlug %>",
  "description": "<%= appDescription %>",
  "version": "<%= appVersion %>",
  "private": true,
  "author": "<%= authorName %> <<%= authorEmail %>>",
  "repository": "",
  "devDependencies": {
    "babel-core": "^6.9.0",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "gulp": "^3.9.0",
    "instinct_cl": "^4.0.0",
    "imagemin-pngquant": "^4.2.0",
    <% if(cuttlefish) { %>"cuttlefish": "git@github.com:clearlink/cuttlefish.git",<% } else {  %><% if(foundation) { %>
    "foundation-sites": "^5.5.3",<% } %><% } %><% if(!foundation) { %>
    "node.normalize.scss": "^3.0.3",<% } %><% if(!jquery) { %>
    "jquery": "^2.2.0",<% } %>
    "webpack": "^2.0.5-beta",
    "yargs": "^3.32.0",
    "handlebars-layouts": "^3.1.3"
  }
}
