{
  "name": "<%= _.slugify(appname) %>",
  "version": "0.0.0",
  "dependencies": {},
  "devDependencies": { 
    "grunt-mocha-test": "~0.11.0", 
    "grunt": "^0.4.1",
    "grunt-contrib-connect": "0.8.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-uglify": "~0.4.0", <% if (options.coffee) { %> 
    "matchdep": "~0.3.0",
    "grunt-contrib-coffee": "~0.10.1",
    "chai": "~1.9.1",
    "sinon": "~1.10.2" <% } %>    <% if (!options.coffee) { %>
    "load-grunt-tasks": "~0.4.0" <% } %>
  }
}
