{
  "name": "<%= _.slugify(appname) %>",
  "version": "<%= pkg.version %>",
  "description": "It's a project created for Frontender Magazine's article",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-contrib-watch": "~0.5.3",<% if (autoprefixer) { %>
    "grunt-autoprefixer": "~0.6.4",<% } %><% if (modernizr) { %>
    "grunt-modernizr": "~0.4.1",<% } %>
    "grunt-svgmin": "~0.3.0",
    "load-grunt-tasks": "~0.2.0",
    "time-grunt": "~0.2.3"<% if (sass) { %>, 
    "node-sass": "~0.8.1",
    "grunt-sass": "~0.10.0"<% } %>
  },
  "keywords": [
    "<%= _.slugify(appname) %>"
  ],
  "license": "MIT"
}
